[commit: packages/hpc] master: Relax upper bound to allow `time-1.5` (d430be4)

git at git.haskell.org git at git.haskell.org
Wed Sep 10 21:05:32 UTC 2014


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

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

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

commit d430be4664aac337cd0e49dd6b69e818f21cde6b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Sep 10 23:04:51 2014 +0200

    Relax upper bound to allow `time-1.5`


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

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

diff --git a/hpc.cabal b/hpc.cabal
index 0ea97db..ccf7738 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -38,5 +38,5 @@ Library
         base       >= 4.4.1 && < 4.9,
         containers >= 0.4.1 && < 0.6,
         directory  >= 1.1   && < 1.3,
-        time       >= 1.2   && < 1.5
+        time       >= 1.2   && < 1.6
     ghc-options: -Wall



More information about the ghc-commits mailing list