[commit: packages/bytestring] master, wip/nix-local-build: Allow newer versions of dlist/mtl for testsuite (d562ea9)
git at git.haskell.org
git at git.haskell.org
Tue May 3 22:44:03 UTC 2016
Repository : ssh://git@git.haskell.org/bytestring
On branches: master,wip/nix-local-build
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/d562ea96bb0425d07a99851f696d59bc144c0258
>---------------------------------------------------------------
commit d562ea96bb0425d07a99851f696d59bc144c0258
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Mar 28 16:42:42 2016 +0200
Allow newer versions of dlist/mtl for testsuite
>---------------------------------------------------------------
d562ea96bb0425d07a99851f696d59bc144c0258
bytestring.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index 5c732e3..bc9d8a4 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -200,9 +200,9 @@ test-suite test-builder
deepseq,
QuickCheck >= 2.4,
byteorder == 1.0.*,
- dlist == 0.5.*,
+ dlist >= 0.5 && < 0.8,
directory,
- mtl >= 2.0 && < 2.2,
+ mtl >= 2.0 && < 2.3,
HUnit,
test-framework,
test-framework-hunit,
More information about the ghc-commits
mailing list