diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-02-14 13:20:53 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-02-14 13:20:53 +0100 |
commit | c2d116272b448342629e6beb73fe7a464e2245d3 (patch) | |
tree | 116fea7cbe25a365267e64560e13ae85bc4bb5e1 /cabal-helper.cabal | |
parent | 3dcff567d383ced5ca3704a0ad5bc28de3fadd6f (diff) |
Cabal 1.24 readiness (GHC 8)
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 1a11add..032405a 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -49,7 +49,7 @@ library default-language: Haskell2010 GHC-Options: -Wall Build-Depends: base >= 4.5 && < 5 - , Cabal >= 1.14 && < 1.23 + , Cabal >= 1.14 && < 1.24 , directory , filepath , transformers @@ -73,7 +73,7 @@ Executable cabal-helper-wrapper X-Install-Target: $libexecdir Build-Depends: base >= 4.5 && < 5 , bytestring - , Cabal >= 1.14 && < 1.23 + , Cabal >= 1.14 && < 1.24 , directory , filepath , process @@ -102,7 +102,7 @@ Test-Suite spec , cabal-helper , extra , unix - , Cabal >= 1.14 && < 1.23 + , Cabal >= 1.14 && < 1.24 , directory , filepath , transformers |