diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-18 11:58:43 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-20 13:31:56 -0400 |
commit | c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce (patch) | |
tree | 34a625907c34d8d73ed286fec6dbf9faa640f23c /libraries/ghci | |
parent | 227ede4aa0b6df1a2b5a95dbba9f3cabc88bc15e (diff) | |
download | haskell-c35ad6e0b3c62976e6251f1e9c47fe83ff15f4ce.tar.gz |
containers: Bump to 0.6.0.1
Bumps containers submodule, among others.
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 47f65afe14..32ce79c013 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -72,7 +72,7 @@ library base >= 4.8 && < 4.13, binary == 0.8.*, bytestring == 0.10.*, - containers == 0.5.*, + containers >= 0.5 && < 0.7, deepseq == 1.4.*, filepath == 1.4.*, ghc-boot == @ProjectVersionMunged@, |