[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: Change bounds again. (81f989d)
git at git.haskell.org
git at git.haskell.org
Tue May 3 22:43:08 UTC 2016
Repository : ssh://git@git.haskell.org/bytestring
On branches: master,revert-46-patch-1,wip/nix-local-build
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/81f989d21c8cb93148492afcb6b556359babe41a
>---------------------------------------------------------------
commit 81f989d21c8cb93148492afcb6b556359babe41a
Author: Sean <burton.seanr at gmail.com>
Date: Thu Sep 24 23:52:48 2015 +0100
Change bounds again.
>---------------------------------------------------------------
81f989d21c8cb93148492afcb6b556359babe41a
bytestring.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index 0987fe1..48b927e 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -153,7 +153,7 @@ test-suite prop-compiled
hs-source-dirs: . tests
build-depends: base, ghc-prim, deepseq, random, directory,
test-framework, test-framework-quickcheck2,
- QuickCheck >= 2.3 && < 2.7
+ QuickCheck >= 2.3
c-sources: cbits/fpstring.c
include-dirs: include
ghc-options: -fwarn-unused-binds
More information about the ghc-commits
mailing list