[commit: packages/hpc] master: Bump upper bound on base (2ddcb82)
git at git.haskell.org
git at git.haskell.org
Tue Nov 15 22:24:28 UTC 2016
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/2ddcb82fa532b0c1db5222f2e13c8232de27db52
>---------------------------------------------------------------
commit 2ddcb82fa532b0c1db5222f2e13c8232de27db52
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 15 12:54:18 2016 -0500
Bump upper bound on base
>---------------------------------------------------------------
2ddcb82fa532b0c1db5222f2e13c8232de27db52
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index 7e77973..6ae6aa9 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
Trace.Hpc.Reflect
Build-Depends:
- base >= 4.4.1 && < 4.10,
+ base >= 4.4.1 && < 4.11,
containers >= 0.4.1 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1 && < 1.5,
More information about the ghc-commits
mailing list