summaryrefslogtreecommitdiff
path: root/ghc
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 /ghc
parent227ede4aa0b6df1a2b5a95dbba9f3cabc88bc15e (diff)
downloadhaskell-c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce.tar.gz
containers: Bump to 0.6.0.1
Bumps containers submodule, among others.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 6c12941630..d3cc40235d 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -52,7 +52,7 @@ Executable ghc
if flag(ghci)
-- NB: this is never built by the bootstrapping GHC+libraries
Build-depends:
- containers == 0.5.*,
+ containers >= 0.5 && < 0.7,
deepseq == 1.4.*,
ghci == @ProjectVersionMunged@,
haskeline == 0.7.*,