[commit: packages/hpc] master: Bump time upper bound (2678098)
git at git.haskell.org
git at git.haskell.org
Tue Jul 31 19:59:21 UTC 2018
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/26780988735bdb8fdbeffb59c4a8d585b9e46c3e
>---------------------------------------------------------------
commit 26780988735bdb8fdbeffb59c4a8d585b9e46c3e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jul 31 15:58:32 2018 -0400
Bump time upper bound
>---------------------------------------------------------------
26780988735bdb8fdbeffb59c4a8d585b9e46c3e
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index ba676a7..7a37bfb 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -39,5 +39,5 @@ Library
containers >= 0.4.1 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1 && < 1.5,
- time >= 1.2 && < 1.9
+ time >= 1.2 && < 1.10
ghc-options: -Wall
More information about the ghc-commits
mailing list