summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-06-18 11:58:43 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-20 13:31:56 -0400
commitc35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (patch)
tree34a625907c34d8d73ed286fec6dbf9faa640f23c /compiler/ghc.cabal.in
parent227ede4aa0b6df1a2b5a95dbba9f3cabc88bc15e (diff)
downloadhaskell-c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce.tar.gz
containers: Bump to 0.6.0.1
Bumps containers submodule, among others.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 8f21f02123..01628dcad1 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -56,7 +56,7 @@ Library
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
time >= 1.4 && < 1.9,
- containers >= 0.5 && < 0.6,
+ containers >= 0.5 && < 0.7,
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
template-haskell == 2.14.*,