[commit: packages/hpc] master: Bump upper bound on base (e7cd0cd)

git at git.haskell.org git at git.haskell.org
Wed Sep 20 13:44:24 UTC 2017


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

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

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

commit e7cd0cd59b93121c08c25e006c6dda72a17dd24e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 15 12:11:21 2017 -0400

    Bump upper bound on base


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

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

diff --git a/hpc.cabal b/hpc.cabal
index da0bbfe..017a609 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
         Trace.Hpc.Reflect
 
     Build-Depends:
-        base       >= 4.4.1 && < 4.11,
+        base       >= 4.4.1 && < 4.12,
         containers >= 0.4.1 && < 0.6,
         directory  >= 1.1   && < 1.4,
         filepath   >= 1     && < 1.5,



More information about the ghc-commits mailing list