[commit: packages/bytestring] master: Bump test-builder dlist upper bound to 0.9 (71e5326)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:31:11 UTC 2017
Repository : ssh://git@git.haskell.org/bytestring
On branch : master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/71e53265590b41aecd658523320b082477a570fd
>---------------------------------------------------------------
commit 71e53265590b41aecd658523320b082477a570fd
Author: Sean Leather <sean.leather at gmail.com>
Date: Mon Jul 18 08:36:32 2016 +0200
Bump test-builder dlist upper bound to 0.9
>---------------------------------------------------------------
71e53265590b41aecd658523320b082477a570fd
bytestring.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index 5890959..b47bc9f 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -200,7 +200,7 @@ test-suite test-builder
deepseq,
QuickCheck >= 2.4,
byteorder == 1.0.*,
- dlist >= 0.5 && < 0.8,
+ dlist >= 0.5 && < 0.9,
directory,
mtl >= 2.0 && < 2.3,
HUnit,
More information about the ghc-commits
mailing list