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-19 20:15:38 -0400 |
commit | 50e7bff7514ebbd74976c1a9fa0db7a8275178ae (patch) | |
tree | ba29d1ed9c3f483f8a4d3de24f9a8eb7bb12241f /compiler/ghc.cabal.in | |
parent | 000ac86c034f72f57804ccd684fbd3d32ec0b94a (diff) | |
download | haskell-50e7bff7514ebbd74976c1a9fa0db7a8275178ae.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.in | 2 |
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.*, |