diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-19 21:40:55 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-19 21:44:35 -0400 |
commit | 7363ba4561d4c224efd73542e1e3f7fd524e6d6d (patch) | |
tree | 901b688289617b019c4ecf5e01e2f4ff8452b780 /ghc | |
parent | 21fa62feace8524cbf4559ccfcc96b22cb07879f (diff) | |
download | haskell-7363ba4561d4c224efd73542e1e3f7fd524e6d6d.tar.gz |
Revert "containers: Bump to 0.6.0.1"
This reverts commit 50e7bff7514ebbd74976c1a9fa0db7a8275178ae.
Reverts submodule changes.
Sigh, the haskeline commit isn't quite upstream yet.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index d3cc40235d..6c12941630 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 && < 0.7, + containers == 0.5.*, deepseq == 1.4.*, ghci == @ProjectVersionMunged@, haskeline == 0.7.*, |