[commit: packages/hpc] master: Relax upper bound on `base` for base-4.9 (e20c61c)

git at git.haskell.org git at git.haskell.org
Wed Oct 28 21:44:57 UTC 2015


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

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

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

commit e20c61c358e749ea62f6687089ad2a878d5d1a66
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Oct 28 22:44:29 2015 +0100

    Relax upper bound on `base` for base-4.9


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

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

diff --git a/hpc.cabal b/hpc.cabal
index 4e5b6f0..39340f1 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
         Trace.Hpc.Reflect
 
     Build-Depends:
-        base       >= 4.4.1 && < 4.9,
+        base       >= 4.4.1 && < 4.10,
         containers >= 0.4.1 && < 0.6,
         directory  >= 1.1   && < 1.3,
         filepath   >= 1     && < 1.5,



More information about the ghc-commits mailing list