summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:51:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 17:51:46 -0400
commit16036ca1db490fea92f0351fdc4365cd19e09390 (patch)
tree883ffa81b3c20509a1b220c413cbf97f9140e1a2
parent63b0883c3f363d984dfe80b570eaeb9f1399563c (diff)
-rw-r--r--git-annex.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 862847179..0c065e08d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -163,12 +163,13 @@ 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,
blaze-builder, crypto-api, hamlet, clientsession,
- template-haskell, data-default, aeson
+ template-haskell, data-default, aeson,
+ fast-logger (>= 2.0.0)
CPP-Options: -DWITH_WEBAPP
if flag(Pairing)