[commit: deepseq] master: Bump base lower version to 4.5 (the version GHC 7.4.1 came with) (0258ead)
Ian Lynagh
igloo at earth.li
Fri Nov 30 22:23:45 CET 2012
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 <ian at well-typed.com>
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
More information about the Cvs-libraries
mailing list