Skip to content

Commit

Permalink
Allow QuickCheck 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Apr 26, 2024
1 parent 8b72a98 commit 58f2adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megaparsec-tests/megaparsec-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
QuickCheck >=2.10 && <2.15,
QuickCheck >=2.10 && <2.16,
base >=4.15 && <5,
bytestring >=0.2 && <0.13,
containers >=0.5 && <0.8,
Expand Down Expand Up @@ -62,7 +62,7 @@ test-suite tests

default-language: Haskell2010
build-depends:
QuickCheck >=2.10 && <2.15,
QuickCheck >=2.10 && <2.16,
base >=4.15 && <5,
bytestring >=0.2 && <0.13,
case-insensitive >=1.2 && <1.3,
Expand Down

0 comments on commit 58f2adf

Please sign in to comment.