From bb5ff6a543ecc8d584bf25a0852f2d0f680df055 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Fri, 28 Jun 2024 10:10:20 -0400 Subject: [PATCH] bump containers, QuickCheck, and tasty-quickcheck upper bounds --- reactive-banana/reactive-banana.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactive-banana/reactive-banana.cabal b/reactive-banana/reactive-banana.cabal index 2c41834..7668763 100644 --- a/reactive-banana/reactive-banana.cabal +++ b/reactive-banana/reactive-banana.cabal @@ -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, @@ -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