Skip to content

Commit

Permalink
Allow QuickCheck 2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 23, 2024
1 parent a3a9559 commit 1cf21a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandoc-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Library
bytestring >= 0.9 && < 0.13,
aeson >= 0.6.2 && < 2.3,
transformers >= 0.2 && < 0.7,
QuickCheck >= 2.10 && < 2.15
QuickCheck >= 2.10 && < 2.16
if !impl(ghc >= 8.0)
Build-depends: semigroups == 0.18.*
ghc-options: -Wall
Expand All @@ -77,7 +77,7 @@ test-suite test-pandoc-types
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
QuickCheck >= 2.10 && < 2.15,
QuickCheck >= 2.10 && < 2.16,
HUnit >= 1.2 && < 1.7,
template-haskell >= 2
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2
Expand Down

0 comments on commit 1cf21a6

Please sign in to comment.