diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-02-12 03:22:31 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-02-14 01:05:09 +0100 |
commit | 861d247efaca37279c55a14f7f2d4d3fb15767a1 (patch) | |
tree | cbaf56e2968b6d824f830c43d994d1d0edb8a4e5 /cabal-helper.cabal | |
parent | 5196a7c382a1a03e2d460c7ca9112424a58cfbd0 (diff) |
Make Cabal-HEAD lib v2-build cachable
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 |