[commit: packages/hpc] master: Bump containers upper bound (85e04ed)
git at git.haskell.org
git at git.haskell.org
Mon Jun 18 16:21:40 UTC 2018
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/85e04edd6e29de549301cf10d2c725cbf29b2098
>---------------------------------------------------------------
commit 85e04edd6e29de549301cf10d2c725cbf29b2098
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 18 12:21:16 2018 -0400
Bump containers upper bound
>---------------------------------------------------------------
85e04edd6e29de549301cf10d2c725cbf29b2098
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index baebc38..ba676a7 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -36,7 +36,7 @@ Library
Build-Depends:
base >= 4.4.1 && < 4.13,
- containers >= 0.4.1 && < 0.6,
+ containers >= 0.4.1 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1 && < 1.5,
time >= 1.2 && < 1.9
More information about the ghc-commits
mailing list