Repository : ssh://darcs.haskell.org//srv/darcs/packages/deepseq On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0258ead89aa588f3f36ee49a59b89d02c274f383 >--------------------------------------------------------------- commit 0258ead89aa588f3f36ee49a59b89d02c274f383 Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 20:47:44 2012 +0000 Bump base lower version to 4.5 (the version GHC 7.4.1 came with) >--------------------------------------------------------------- deepseq.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deepseq.cabal b/deepseq.cabal index c3d82d4..73e1e08 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -29,7 +29,7 @@ source-repository head library { exposed-modules: Control.DeepSeq - build-depends: base >= 3 && < 5, + build-depends: base >= 4.5 && < 5, array >= 0.1 && < 0.5 ghc-options: -Wall extensions: CPP _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
