From 5beacde76eaa5de15e46ee44329eb03a03525c90 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Fri, 12 Jan 2018 11:50:39 -0500
Subject: [PATCH] Allow QuickCheck-2.11

---
 exceptions.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exceptions.cabal b/exceptions.cabal
index 8a9c9b1..a6980c5 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -65,4 +65,4 @@ test-suite exceptions-tests
     mtl,
     test-framework             >= 0.8      && < 0.9,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.11
+    QuickCheck                 >= 2.5      && < 2.12
-- 
GitLab