Skip to content

Commit

Permalink
Note for parsley bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Aug 20, 2023
1 parent ec43e10 commit bad43e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parsley/parsley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ library

NoStarIsType

-- When core is next min-bound bumped, we drop 8.6 and 8.8 support
-- ghc >= 8.6 && < 9.8,
build-depends: base >= 4.10 && < 4.19,
build-depends: base >= 4.12 && < 4.19,
parsley-core >= 2 && < 3,
template-haskell >= 2.14 && < 3,
text >= 1.2.3 && < 2.1
Expand Down Expand Up @@ -95,7 +96,7 @@ source-repository head
location: https://github.com/j-mie6/ParsleyHaskell

common test-common
build-depends: base >=4.10 && <5,
build-depends: base >=4.12 && <5,
parsley,
parsley-core,
tasty,
Expand Down Expand Up @@ -130,7 +131,7 @@ test-suite regression-test

common benchmark-common
build-tool-depends: happy:happy
build-depends: base >=4.10 && <5,
build-depends: base >=4.12 && <5,
parsley,
gauge,
deepseq,
Expand Down

0 comments on commit bad43e0

Please sign in to comment.