summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 14:17:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 14:17:31 -0400
commit68b06f1b9576ebfb971b6a540a360e19e970f433 (patch)
treef13262df623655f5f716383765414d1023d9a84a /git-annex.cabal
parentcc3408934a37a833909391c02269e72c79fb8558 (diff)
test enable webapp on windows
It builds, but fails to link locally. Let's try on the autobuilder.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 862847179..b11752873 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -163,7 +163,7 @@ Executable git-annex
if flag(AndroidSplice)
CPP-Options: -DANDROID_SPLICES
- if flag(Webapp) && (! os(windows))
+ if flag(Webapp)
Build-Depends:
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
case-insensitive, http-types, transformers, wai, wai-logger, warp,