[commit: deepseq] ghc-7.4: Update dependencies (da73311)
Ian Lynagh
igloo at earth.li
Tue Dec 13 00:27:25 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/deepseq
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/da73311cec63fcc612e47fac8b9dadf5139d9d61
>---------------------------------------------------------------
commit da73311cec63fcc612e47fac8b9dadf5139d9d61
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Dec 12 21:25:14 2011 +0000
Update dependencies
>---------------------------------------------------------------
deepseq.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/deepseq.cabal b/deepseq.cabal
index 179812c..7de01c9 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -29,7 +29,7 @@ source-repository head
library {
exposed-modules: Control.DeepSeq
build-depends: base >= 3 && < 5,
- array >= 0.1 && < 0.4
+ array >= 0.1 && < 0.5
ghc-options: -Wall
extensions: CPP
}
More information about the Cvs-libraries
mailing list