aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorIku Iwasa <iku.iwasa@gmail.com>2015-04-19 13:38:05 +0100
committerIku Iwasa <iku.iwasa@gmail.com>2015-04-21 00:22:35 +0900
commit9d4e6c3d2411e418743787064da7d4696e7bcf3a (patch)
treee9af2ace88465febb9aa08fa56b3d3537fc1a71e /cabal-helper.cabal
parent97763f04e4696d3f052bf5e9de86535148e52c44 (diff)
Make it able to find executable on Windows
This adds Cabal dependency to cabal-helper library.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 56d85cb..ec35f9d 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -44,6 +44,7 @@ library
, CabalHelper.Types
default-language: Haskell2010
Build-Depends: base >= 4.5 && < 5
+ , Cabal >= 1.14 && < 1.23
, data-default
, directory
, filepath