Repository : ssh://darcs.haskell.org//srv/darcs/packages/old-time On branch : master
http://hackage.haskell.org/trac/ghc/changeset/859d376b0ef1602dcb9514b6f3440bcd27006393 >--------------------------------------------------------------- commit 859d376b0ef1602dcb9514b6f3440bcd27006393 Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 23:28:12 2012 +0000 Bump base lower version to 4.5 (the version GHC 7.4.1 came with) >--------------------------------------------------------------- old-time.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/old-time.cabal b/old-time.cabal index 93aed76..33a950a 100644 --- a/old-time.cabal +++ b/old-time.cabal @@ -30,7 +30,7 @@ Library includes: HsTime.h install-includes: HsTime.h HsTimeConfig.h extensions: CPP, ForeignFunctionInterface - build-depends: base >= 4.4 && < 5, old-locale + build-depends: base >= 4.5 && < 5, old-locale nhc98-options: -K2M source-repository head _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
