[commit: packages/Cabal] ghc-head: Relax build-dep to allow upcoming `array-0.5.0.0` (0f5a5bf)

git at git.haskell.org git
Fri Oct 11 20:33:17 UTC 2013


Repository : ssh://git at git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/0f5a5bf20bae2f9a0eaabdedc3ca61d60936d830

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

commit 0f5a5bf20bae2f9a0eaabdedc3ca61d60936d830
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Oct 11 21:12:54 2013 +0200

    Relax build-dep to allow upcoming `array-0.5.0.0`


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

0f5a5bf20bae2f9a0eaabdedc3ca61d60936d830
 Cabal/Cabal.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index f556d4f..e2ba9a4 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -129,7 +129,7 @@ library
     process    >= 1.0.1.1 && < 1.3,
     time       >= 1.1     && < 1.5,
     containers >= 0.1     && < 0.6,
-    array      >= 0.1     && < 0.5,
+    array      >= 0.1     && < 0.6,
     pretty     >= 1       && < 1.2,
     bytestring >= 0.9
 




More information about the ghc-commits mailing list