[commit: bytestring] master: Relax directory version constraint for builder testsuite (12f8e09)

Ian Lynagh igloo at earth.li
Fri Jan 11 16:35:21 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/12f8e093904168053749a67469c77f01ea946868

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

commit 12f8e093904168053749a67469c77f01ea946868
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Tue Jan 8 19:55:08 2013 +0000

    Relax directory version constraint for builder testsuite

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

 bytestring.cabal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index bfbea2b..3c92d9e 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -153,7 +153,7 @@ test-suite test-builder
                     QuickCheck                 >= 2.4 && < 3,
                     byteorder                  == 1.0.*,
                     dlist                      == 0.5.*,
-                    directory                  >= 1.0 && < 1.2,
+                    directory,
                     mtl                        >= 2.0 && < 2.2
 
   ghc-options:      -Wall -fwarn-tabs





More information about the ghc-commits mailing list