From a41f2a6ff1a43f86ae903b7149c8a6341285248c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 7 Aug 2016 14:38:25 +0200 Subject: [PATCH] Revert "Support QuickCheck-2.9" This reverts commit a665aab58c7598039d888aacf6b2de5224da4876. --- aeson.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aeson.cabal b/aeson.cabal index 475cf1a1c..2bdd0dffc 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -170,7 +170,7 @@ test-suite tests build-depends: HUnit, - QuickCheck >= 2.7 && <2.10, + QuickCheck >= 2.7 && <2.8.3, aeson, attoparsec, base,