[commit: haskell98] master: Relax the time dependency (08a9d0f)
Ian Lynagh
igloo at earth.li
Sun Sep 25 16:31:32 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell98
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/08a9d0f703fa60e50e1e429d35079daa604dcad3
>---------------------------------------------------------------
commit 08a9d0f703fa60e50e1e429d35079daa604dcad3
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Sep 25 14:22:39 2011 +0100
Relax the time dependency
>---------------------------------------------------------------
haskell98.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/haskell98.cabal b/haskell98.cabal
index c1e5ac8..ddd9d07 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -23,7 +23,7 @@ Library
old-locale >= 1.0 && < 1.1,
process >= 1.0 && < 1.2,
array >= 0.3 && < 0.4,
- time >= 1.2 && < 1.3
+ time >= 1.2 && < 1.5
exposed-modules:
-- Haskell 98
Prelude, Array, CPUTime, Char, Complex, Directory, IO,
More information about the Cvs-libraries
mailing list