[commit: packages/hpc] master: Relax upper bound to allow new time-1.6 release (a6dee68)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 09:15:15 UTC 2015
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/a6dee68551ce931e2d2184c47c0e64180618450a
>---------------------------------------------------------------
commit a6dee68551ce931e2d2184c47c0e64180618450a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Dec 20 10:15:42 2015 +0100
Relax upper bound to allow new time-1.6 release
>---------------------------------------------------------------
a6dee68551ce931e2d2184c47c0e64180618450a
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index 39340f1..b6ca16a 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -39,5 +39,5 @@ Library
containers >= 0.4.1 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1 && < 1.5,
- time >= 1.2 && < 1.6
+ time >= 1.2 && < 1.7
ghc-options: -Wall
More information about the ghc-commits
mailing list