From 98f233d6cb62687eaefe82574a0b64b7f03d7fbd Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Sun, 19 May 2024 22:44:12 +0100 Subject: [PATCH] Bump QuickCheck --- algebraic-graphs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algebraic-graphs.cabal b/algebraic-graphs.cabal index c7fe9d65..64a17895 100644 --- a/algebraic-graphs.cabal +++ b/algebraic-graphs.cabal @@ -163,6 +163,6 @@ test-suite main build-depends: algebraic-graphs, extra >= 1.4 && < 2, inspection-testing >= 0.4.2.2 && < 0.6, - QuickCheck >= 2.14 && < 2.15 + QuickCheck >= 2.14 && < 2.16 other-extensions: ConstrainedClassMethods TemplateHaskell