Skip to content

Commit

Permalink
Bump outdated dependencies
Browse files Browse the repository at this point in the history
Allow bytestring-0.12, tasty-1.5, QuickCheck-2.15
  • Loading branch information
pgujjula committed May 15, 2024
1 parent e8b9b5b commit daa5f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/falsify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ library
build-depends:
, base16-bytestring >= 1.0 && < 1.1
, binary >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.12
, bytestring >= 0.10 && < 0.13
, containers >= 0.6 && < 0.7
, data-default >= 0.7 && < 0.8
, mtl >= 2.2 && < 2.4
Expand All @@ -128,7 +128,7 @@ library
, sop-core >= 0.5 && < 0.6
, splitmix >= 0.1 && < 0.2
, tagged >= 0.8 && < 0.9
, tasty >= 1.3 && < 1.5
, tasty >= 1.3 && < 1.6
, transformers >= 0.5 && < 0.7
, vector >= 0.12 && < 0.14
other-extensions:
Expand Down Expand Up @@ -159,7 +159,7 @@ test-suite test-falsify
TestSuite.Util.List
TestSuite.Util.Tree
build-depends:
, QuickCheck >= 2.14 && < 2.15
, QuickCheck >= 2.14 && < 2.16
, tasty-hunit >= 0.10 && < 0.11

-- Inherit bounds from the main library
Expand Down

0 comments on commit daa5f3c

Please sign in to comment.