Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell98 On branch : master
http://hackage.haskell.org/trac/ghc/changeset/df1846099be1a7220e7d46aef167403eed53ebe5 >--------------------------------------------------------------- commit df1846099be1a7220e7d46aef167403eed53ebe5 Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 23:29:07 2012 +0000 Bump base lower version to 4.5 (the version GHC 7.4.1 came with) >--------------------------------------------------------------- haskell98.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskell98.cabal b/haskell98.cabal index cb36185..3b4a3c2 100644 --- a/haskell98.cabal +++ b/haskell98.cabal @@ -18,7 +18,7 @@ build-type: Simple Cabal-Version: >= 1.6 Library - build-depends: base >= 3 && < 5, + build-depends: base >= 4.5 && < 5, directory >= 1.1 && < 1.3, old-time >= 1.0 && < 1.2, old-locale >= 1.0 && < 1.1, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
