[commit: ghc] wip/ttypeable: Un-bump time bound (b169b7e)
git at git.haskell.org
git at git.haskell.org
Sun Jan 29 20:21:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/b169b7ebb547d5d37d7d4581d937325ca5d828b5/ghc
>---------------------------------------------------------------
commit b169b7ebb547d5d37d7d4581d937325ca5d828b5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jan 27 18:54:22 2017 -0500
Un-bump time bound
>---------------------------------------------------------------
b169b7ebb547d5d37d7d4581d937325ca5d828b5
ghc/ghc-bin.cabal.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 0f50453..9c9ca0e 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
More information about the ghc-commits
mailing list