diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 17:51:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 17:51:46 -0400 |
commit | 16036ca1db490fea92f0351fdc4365cd19e09390 (patch) | |
tree | 883ffa81b3c20509a1b220c413cbf97f9140e1a2 /git-annex.cabal | |
parent | 63b0883c3f363d984dfe80b570eaeb9f1399563c (diff) |
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 5 |
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) |