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 /utils | |
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 'utils')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 2 | ||||
m--------- | utils/hsc2hs | 0 | ||||
-rw-r--r-- | utils/iserv/iserv.cabal | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index a1368cf8d0..e83a45d1f2 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -31,7 +31,7 @@ Executable hpc Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.4, filepath >= 1 && < 1.5, - containers >= 0.1 && < 0.7, + containers >= 0.1 && < 0.6, array >= 0.1 && < 0.6, hpc diff --git a/utils/hsc2hs b/utils/hsc2hs -Subproject 6b6938db11a33904bb6ba90d70d89df4b72a7f9 +Subproject b8588039f3810e2d0f52e9afdb15998992ee38b diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal index 684da9410b..405b26f0d8 100644 --- a/utils/iserv/iserv.cabal +++ b/utils/iserv/iserv.cabal @@ -33,7 +33,7 @@ Executable iserv base >= 4 && < 5, binary >= 0.7 && < 0.9, bytestring >= 0.10 && < 0.11, - containers >= 0.5 && < 0.7, + containers >= 0.5 && < 0.6, deepseq >= 1.4 && < 1.5, ghci == 8.6.*, libiserv == 8.6.* |