[commit: packages/haskell98] master: Relax build-deps to allow upcoming `array-0.5.0.0` (624310a)

git at git.haskell.org git
Fri Oct 11 21:04:59 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/haskell98.git/commitdiff/624310a85fbf9027ce5c51d066171ea41e778716

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

commit 624310a85fbf9027ce5c51d066171ea41e778716
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Oct 11 21:50:45 2013 +0200

    Relax build-deps to allow upcoming `array-0.5.0.0`
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

624310a85fbf9027ce5c51d066171ea41e778716
 haskell98.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell98.cabal b/haskell98.cabal
index 3150b77..7544d16 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -23,7 +23,7 @@ Library
                     old-time    >= 1.0 && < 1.2,
                     old-locale  >= 1.0 && < 1.1,
                     process     >= 1.0 && < 1.3,
-                    array       >= 0.3 && < 0.5,
+                    array       >= 0.3 && < 0.6,
                     time        >= 1.2 && < 1.5
     exposed-modules:
         -- Haskell 98




More information about the ghc-commits mailing list