Skip to content

Commit

Permalink
relax upper bounds for allowing base-4.20 (GHC-9.10.*), hashable-1.5.…
Browse files Browse the repository at this point in the history
…0.0, and tasty-quickcheck-0.11
  • Loading branch information
msakai committed Aug 25, 2024
1 parent bc8b535 commit 49c5fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pseudo-boolean.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ library
FlexibleContexts
OverloadedStrings
build-depends:
base >=4.12.0.0 && <4.20,
base >=4.12.0.0 && <4.21,
containers >=0.6.0.1,
parsec >=3.1.2 && <4,
megaparsec >=7 && <10,
bytestring >=0.10.8.2 && <0.13,
dlist >=0.8.0.5 && <1.1.0,
attoparsec >=0.13.2.2,
deepseq >=1.4.4.0,
hashable >=1.2.7.0 && <1.5.0.0,
hashable >=1.2.7.0 && <1.6.0.0,
void,
OptDir >= 0.1.0,
utf8-string >=1.0.1.1 && <1.1,
Expand All @@ -83,7 +83,7 @@ Test-suite TestPBFile
bytestring,
tasty >=0.10.1,
tasty-hunit >=0.9 && <0.11,
tasty-quickcheck >=0.8 && <0.11,
tasty-quickcheck >=0.8 && <0.12,
tasty-th,
HUnit,
QuickCheck >=2.5 && <3,
Expand Down

0 comments on commit 49c5fc4

Please sign in to comment.