Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ebd6d2ddf6b4a622cec172df9038768ca3409d7b >--------------------------------------------------------------- commit ebd6d2ddf6b4a622cec172df9038768ca3409d7b Author: Milan Straka <[email protected]> Date: Sun Sep 11 18:58:17 2011 +0200 Changing version of base dependency to < 5. The original was < 6. The dependency base >= 4.2 && base < 5 seems weird, but it is what array, deepseq, Cabal and others have. As containers are boot package, it will work with the newest base anyway. >--------------------------------------------------------------- containers.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/containers.cabal b/containers.cabal index ed339ba..9124040 100644 --- a/containers.cabal +++ b/containers.cabal @@ -20,7 +20,7 @@ source-repository head location: http://github.com/haskell/containers.git Library { - build-depends: base >= 4.2 && < 6, array, deepseq >= 1.2 && < 1.3 + build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.3 ghc-options: -O2 if impl(ghc>6.10) Ghc-Options: -fregs-graph _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
