Skip to content

Commit

Permalink
Allow base-4.19, bytestring-0.12 and tasty-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored and wrengr committed Nov 15, 2023
1 parent 1ef3fd1 commit 1834c90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bytestring-lexing.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ Library
-- they do offer pattern synonyms for backwards combatibility,
-- we should re-verify that our code doesn't depend on the details.
-- <https://github.com/haskell/bytestring/pull/175>
Build-Depends: base >= 4.5 && < 4.19
, bytestring >= 0.9.2.1 && < 0.12
Build-Depends: base >= 4.5 && < 4.20
, bytestring >= 0.9.2.1 && < 0.13

----------------------------------------------------------------
-- <https://www.haskell.org/cabal/users-guide/developing-packages.html#test-suites>
Expand Down Expand Up @@ -121,9 +121,9 @@ Test-Suite test-all
-- it; but we must not give a version restriction lest Cabal
-- give warnings.
Build-Depends: base >= 4.5 && < 5
, bytestring >= 0.9.2.1 && < 0.12
, bytestring >= 0.9.2.1 && < 0.13
, bytestring-lexing
, tasty >= 0.10.1.2 && < 1.5
, tasty >= 0.10.1.2 && < 1.6
, tasty-smallcheck >= 0.8.0.1 && < 0.9
, tasty-quickcheck >= 0.8.3.2 && < 0.11
-- QuickCheck >= 2.10 && < 2.15
Expand Down

0 comments on commit 1834c90

Please sign in to comment.