Skip to content

Commit

Permalink
Merge pull request #12 from alexfmpe/ghc-9.12
Browse files Browse the repository at this point in the history
Support GHC 9.12
  • Loading branch information
alexfmpe authored Jan 18, 2025
2 parents 6c58f15 + fcbe1e0 commit 760f4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.6.5', '8.8.4', '9.8.1', '9.10.1']
ghc: ['8.6.5', '8.8.4', '9.8.1', '9.10.1', '9.12.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions haveibeenpwned.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ copyright: 2019 Obsidian Systems LLC
category: Web
extra-source-files: CHANGELOG.md
README.md
tested-with: GHC ==8.6.5 || ==8.8.4 || ==9.8.1 || ==9.10.1
tested-with: GHC ==8.6.5 || ==8.8.4 || ==9.8.1 || ==9.10.1 || ==9.12.1

library
exposed-modules: HaveIBeenPwned
build-depends:
, base >=4.11.0 && <4.21
, base >=4.11.0 && <4.22
, bytestring >=0.10 && <0.13
, cryptonite >=0.24 && <0.31
, data-default >=0.7.1 && <0.91
, data-default >=0.7.1 && <0.9
, http-client >=0.5.13.1 && <0.8
, http-types ^>=0.12.1
, monad-logger ^>=0.3.29
Expand Down

0 comments on commit 760f4ca

Please sign in to comment.