diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-10-29 17:15:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-02 14:33:54 -0400 |
commit | c3c552d6ef4bdbbd7e2928dac864ff6009b36311 (patch) | |
tree | 30fcdbe13e1a67521994d24dcb235b669d35469a /ghc | |
parent | efb314582f1a1974d68505bbf9312f130416ef65 (diff) | |
download | haskell-c3c552d6ef4bdbbd7e2928dac864ff6009b36311.tar.gz |
Bump time submodule
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 1f15c347ed..781933062f 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -62,7 +62,7 @@ Executable ghc ghc-prim == 0.5.*, ghci == @ProjectVersionMunged@, haskeline == 0.7.*, - time == 1.8.*, + time >= 1.8 && < 1.10, transformers == 0.5.* CPP-Options: -DGHCI GHC-Options: -fno-warn-name-shadowing |