aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-06 15:04:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-06 15:04:19 -0400
commit58effe74c7e9ca92f789270849b96dcb55994bd2 (patch)
tree3fdc663c7a3feaae095d472d1a9211346e352161 /git-annex.cabal
parent2dc991fea9df057cbc6f21fec812953b3d020db7 (diff)
enable Webapp on windows, using EvilLinker to link
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a934a23f2..4db0c8c63 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -163,16 +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
CPP-Options: -DWITH_WEBAPP
- -- Work around dependency versioning problem, can be removed later.
- if os(windows)
- Build-Depends: fast-logger (>= 2.0.0)
if flag(Pairing)
Build-Depends: network-multicast, network-info