[commit: packages/bytestring] 0.10.4.x, master: Constrain version of QuickCheck for compatibility (f04e6f5)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:42:20 UTC 2015


Repository : ssh://git@git.haskell.org/bytestring

On branches: 0.10.4.x,master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/f04e6f563dc5275bdefe84984a4e50695919e5a0

>---------------------------------------------------------------

commit f04e6f563dc5275bdefe84984a4e50695919e5a0
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Fri Jun 6 13:23:09 2014 -0700

    Constrain version of QuickCheck for compatibility


>---------------------------------------------------------------

f04e6f563dc5275bdefe84984a4e50695919e5a0
 tests/bytestring-tests.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bytestring-tests.cabal b/tests/bytestring-tests.cabal
index f78981a..efece04 100644
--- a/tests/bytestring-tests.cabal
+++ b/tests/bytestring-tests.cabal
@@ -27,7 +27,7 @@ executable prop-compiled
   hs-source-dirs:   . ..
   build-depends:    base, ghc-prim, deepseq, random, directory,
                     test-framework, test-framework-quickcheck2,
-                    QuickCheck >= 2.3 && < 3
+                    QuickCheck >= 2.3 && < 2.7
   c-sources:        ../cbits/fpstring.c
   include-dirs:     ../include
   cpp-options:      -DHAVE_TEST_FRAMEWORK=1



More information about the ghc-commits mailing list