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 /ghc | |
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 '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 0f50453c3d..9c9ca0e246 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -52,7 +52,7 @@ Executable ghc deepseq == 1.4.*, ghci == @ProjectVersionMunged@, haskeline == 0.7.*, - time == 1.8.*, + time == 1.7.*, transformers == 0.5.* CPP-Options: -DGHCI GHC-Options: -fno-warn-name-shadowing |