[commit: packages/hpc] master: Declare support for base-4.13 (75f898b)
git at git.haskell.org
git at git.haskell.org
Wed Dec 19 09:05:48 UTC 2018
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/75f898badf40cddba7b3bcf149648e49095a52f9
>---------------------------------------------------------------
commit 75f898badf40cddba7b3bcf149648e49095a52f9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Dec 19 00:05:07 2018 +0100
Declare support for base-4.13
>---------------------------------------------------------------
75f898badf40cddba7b3bcf149648e49095a52f9
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index 7a37bfb..63653ea 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
Trace.Hpc.Reflect
Build-Depends:
- base >= 4.4.1 && < 4.13,
+ base >= 4.4.1 && < 4.14,
containers >= 0.4.1 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1 && < 1.5,
More information about the ghc-commits
mailing list