summaryrefslogtreecommitdiff
path: root/ghc/ghc-bin.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-19 20:15:38 -0400
commit50e7bff7514ebbd74976c1a9fa0db7a8275178ae (patch)
treeba29d1ed9c3f483f8a4d3de24f9a8eb7bb12241f /ghc/ghc-bin.cabal.in
parent000ac86c034f72f57804ccd684fbd3d32ec0b94a (diff)
downloadhaskell-50e7bff7514ebbd74976c1a9fa0db7a8275178ae.tar.gz
containers: Bump to 0.6.0.1
Bumps containers submodule, among others.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-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.*,