Skip to content

Commit

Permalink
bump containers, QuickCheck, and tasty-quickcheck upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jun 28, 2024
1 parent b7d834c commit bb5ff6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reactive-banana/reactive-banana.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Library
build-depends: base >= 4.2 && < 5,
deepseq >= 1.4.3.0 && < 1.6,
semigroups >= 0.13 && < 0.21,
containers >= 0.5 && < 0.7,
containers >= 0.5 && < 0.8,
transformers >= 0.2 && < 0.7,
vault == 0.3.*,
unordered-containers >= 0.2.1.0 && < 0.3,
Expand Down Expand Up @@ -110,8 +110,8 @@ Test-Suite unit
transformers,
tasty,
tasty-hunit,
tasty-quickcheck >= 0.10.1.2 && < 0.11,
QuickCheck >= 2.10 && < 2.15,
tasty-quickcheck >= 0.10.1.2 && < 0.12,
QuickCheck >= 2.10 && < 2.16,
unordered-containers,
vault,
these
Expand Down

0 comments on commit bb5ff6a

Please sign in to comment.