diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 9c8e995..ff393d6 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -115,6 +115,7 @@ common build-deps , text < 1.3 && >= 1.0.0.0 , template-haskell < 2.15 && >= 2.7.0.0 , temporary < 1.3 && >= 1.2.1 + , time < 1.9 && >= 1.5.0.1 , transformers < 0.6 && >= 0.3.0.0 if !os(windows) build-depends: unix < 2.8 && >= 2.5.1.1 |