Repository : ssh://darcs.haskell.org//srv/darcs/packages/old-time

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/341a38f57f1c09db1e8b9ceb411e0ba51e41c57d

>---------------------------------------------------------------

commit 341a38f57f1c09db1e8b9ceb411e0ba51e41c57d
Author: Ian Lynagh <[email protected]>
Date:   Sun Sep 25 17:51:57 2011 +0100

    Tighten base dep to >= 4.4 as we need CSUSeconds; fixes #5500

>---------------------------------------------------------------

 old-time.cabal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/old-time.cabal b/old-time.cabal
index b999075..30cb060 100644
--- a/old-time.cabal
+++ b/old-time.cabal
@@ -29,7 +29,7 @@ Library
     includes:  HsTime.h
     install-includes:  HsTime.h HsTimeConfig.h
     extensions:        CPP, ForeignFunctionInterface
-    build-depends: base >= 3 && < 5, old-locale
+    build-depends: base >= 4.4 && < 5, old-locale
     nhc98-options: -K2M
 
 source-repository head



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to