[commit: packages/hpc] master: Bump upper bound on time allow 1.9 (c23cad3)

git at git.haskell.org git at git.haskell.org
Thu Jan 19 21:23:54 UTC 2017


Repository : ssh://git@git.haskell.org/hpc

On branch  : master
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/c23cad32f408559ba95b880c04dc1a2c60ec3d01

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

commit c23cad32f408559ba95b880c04dc1a2c60ec3d01
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jan 19 16:22:34 2017 -0500

    Bump upper bound on time allow 1.9


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

c23cad32f408559ba95b880c04dc1a2c60ec3d01
 hpc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpc.cabal b/hpc.cabal
index 09e5c01..da0bbfe 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -39,5 +39,5 @@ Library
         containers >= 0.4.1 && < 0.6,
         directory  >= 1.1   && < 1.4,
         filepath   >= 1     && < 1.5,
-        time       >= 1.2   && < 1.8
+        time       >= 1.2   && < 1.9
     ghc-options: -Wall



More information about the ghc-commits mailing list