[commit: containers] ghc-7.4: Bump version and relax deepseq dependency (fff28d7)

Ian Lynagh igloo at earth.li
Fri Dec 16 00:10:28 CET 2011


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

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/fff28d7c1cd8e6e39aa5e099c6e5611ff1b95a19

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

commit fff28d7c1cd8e6e39aa5e099c6e5611ff1b95a19
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu Dec 15 20:11:19 2011 +0000

    Bump version and relax deepseq dependency

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

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

diff --git a/containers.cabal b/containers.cabal
index bbf86e5..8c6b7ea 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -1,5 +1,5 @@
 name: containers
-version: 0.4.2.0
+version: 0.4.2.1
 license: BSD3
 license-file: LICENSE
 maintainer: fox at ucw.cz
@@ -20,7 +20,7 @@ source-repository head
     location: http://github.com/haskell/containers.git
 
 Library {
-    build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.3
+    build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.4
     ghc-options: -O2
     if impl(ghc>6.10)
         Ghc-Options: -fregs-graph





More information about the Cvs-libraries mailing list