diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-22 11:35:30 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-22 11:48:25 -0500 |
commit | c347a121b07d22fb91172337407986b6541e319d (patch) | |
tree | 8c5c99e4ab1772084dcdd7633022392eb4e1a5b7 /compiler/ghc.cabal.in | |
parent | c8d995db5d743358b0583fe97f8113bf9047641e (diff) | |
download | haskell-c347a121b07d22fb91172337407986b6541e319d.tar.gz |
Revert recent submodule bumps
They broke everything and the solution will be non-trivial.
This reverts commit 8ccbc2e5252abd4fa67d155d4fff489ee9929906.
This reverts commit c8d995db5d743358b0583fe97f8113bf9047641e.
This reverts commit 7153370288e6075c4f8c996ff02227e48805da06.
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 b8b7106346..f3d6711f89 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -55,7 +55,7 @@ Library process >= 1 && < 1.5, bytestring >= 0.9 && < 0.11, binary == 0.8.*, - time >= 1.4 && < 1.9, + time >= 1.4 && < 1.8, containers >= 0.5 && < 0.6, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, |