[commit: packages/haskell98] master: Relax upper bound to allow `time-1.5` (543642a)
git at git.haskell.org
git at git.haskell.org
Wed Sep 10 21:35:53 UTC 2014
Repository : ssh://git@git.haskell.org/haskell98
On branch : master
Link : http://git.haskell.org/packages/haskell98.git/commitdiff/543642a054623ce4c5d681dae63be33983ec6712
>---------------------------------------------------------------
commit 543642a054623ce4c5d681dae63be33983ec6712
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Sep 10 23:35:11 2014 +0200
Relax upper bound to allow `time-1.5`
>---------------------------------------------------------------
543642a054623ce4c5d681dae63be33983ec6712
haskell98.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskell98.cabal b/haskell98.cabal
index e28430d..d89087f 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -43,7 +43,7 @@ Library
old-locale >= 1.0 && < 1.1,
old-time >= 1.1 && < 1.2,
process >= 1.2 && < 1.3,
- time >= 1.4 && < 1.5
+ time >= 1.4 && < 1.6
-- haskell98 is a "hidden" package
exposed: False
More information about the ghc-commits
mailing list