Skip to content

Commit

Permalink
Build with ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jun 24, 2024
1 parent cafbc6e commit d3fde08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions argon2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ library
exposed-modules: Crypto.Argon2.FFI
Crypto.Argon2

build-depends: base >= 4.8 && < 4.12
, bytestring == 0.10.*
, deepseq == 1.4.*
build-depends: base >= 4.8 && < 4.21
, bytestring >= 0.10 && < 0.13
, deepseq >= 1.4 && < 1.6
, text-short >= 0.1.2 && < 0.2

hs-source-dirs: src
Expand Down Expand Up @@ -110,9 +110,9 @@ test-suite tests
, base
, bytestring

, QuickCheck == 2.11.*
, tasty-quickcheck == 0.10.*
, QuickCheck >= 2.11 && < 2.16
, tasty-quickcheck >= 0.10 && < 0.12
, tasty-hunit == 0.10.*
, tasty == 1.0.*
, tasty >= 1.0 && < 1.6

ghc-options: -threaded

0 comments on commit d3fde08

Please sign in to comment.