[commit: packages/hpc] master: Relax time bound on hpc. (9267329)

git at git.haskell.org git at git.haskell.org
Tue Dec 20 07:24:42 UTC 2016


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

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

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

commit 92673292ab7ce7878e982d0a02df3e548ef15b52
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Dec 19 23:22:46 2016 -0800

    Relax time bound on hpc.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

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

diff --git a/hpc.cabal b/hpc.cabal
index 994ca28..09e5c01 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.7
+        time       >= 1.2   && < 1.8
     ghc-options: -Wall



More information about the ghc-commits mailing list