From 8735a546abdd4c7fecffdf33054099b7d16b7424 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 8 May 2019 10:00:13 +1000 Subject: [PATCH] vector-algorithms.cabal: Bump QC upper version bound --- vector-algorithms.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index c9b591a..f1309ab 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -139,7 +139,7 @@ test-suite properties base, bytestring, containers, - QuickCheck > 2.9 && < 2.13, + QuickCheck > 2.13 && < 2.14, vector, vector-algorithms