[commit: packages/hpc] master: Bump upper bound on base to < 4.13 (91f520c)

git at git.haskell.org git at git.haskell.org
Tue Apr 10 12:30:25 UTC 2018


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

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

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

commit 91f520cb9725d812fa93b57bca1d8dbd72c88dd5
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Tue Apr 10 08:29:05 2018 -0400

    Bump upper bound on base to < 4.13
    
    See https://ghc.haskell.org/trac/ghc/ticket/15018.


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

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

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



More information about the ghc-commits mailing list