Skip to content

Commit

Permalink
Bumped the upper bound of the witherable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blamario committed May 18, 2024
1 parent 9c9eb3b commit e77989d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammatical-parsers/grammatical-parsers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
parsers < 0.13,
input-parsers < 0.4,
attoparsec >= 0.13 && < 0.15,
witherable == 0.4.*,
witherable >= 0.4 && < 0.6,
rank2classes >= 1.4.6 && < 1.6

executable arithmetic
Expand Down Expand Up @@ -84,7 +84,7 @@ test-suite quicktests
x-uses-tf: true
build-depends: base >=4.9 && < 5, containers >= 0.5.7.0 && < 0.8,
monoid-subclasses, parsers < 0.13,
witherable == 0.4.*,
witherable >= 0.4 && < 0.6,
rank2classes >= 1.0.2 && < 1.6, grammatical-parsers,
QuickCheck >= 2 && < 3, checkers >= 0.4.6 && < 0.6,
tasty >= 0.7, tasty-quickcheck >= 0.7
Expand Down

0 comments on commit e77989d

Please sign in to comment.