summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:08:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:08:45 -0400
commit387f1d2a9ccbdee2f908271c0dab4d45a611be4b (patch)
treee3197d0ec963a6afcd7ae251ad2f0ad74b2b6a9c
parentd17e1a628680c9e5120a113f1a7a2f8094df164f (diff)
add IfElse version
-rw-r--r--git-annex.cabal3
-rw-r--r--standalone/windows/stack.yaml1
2 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 9e5efdb84..94c81fd3a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -305,8 +305,7 @@ source-repository head
custom-setup
Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process,
- unix, filepath, exceptions, bytestring, directory, IfElse, data-default,
- Cabal
+ filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal
Executable git-annex
Main-Is: git-annex.hs
diff --git a/standalone/windows/stack.yaml b/standalone/windows/stack.yaml
index b92d0a038..edd2a8b57 100644
--- a/standalone/windows/stack.yaml
+++ b/standalone/windows/stack.yaml
@@ -21,6 +21,7 @@ extra-deps:
- bloomfilter-2.0.1.0
- torrent-10000.1.1
- yesod-default-1.2.0
+- IfElse-0.85
explicit-setup-deps:
git-annex: true
resolver: nightly-2017-10-22