diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 14:17:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 14:17:31 -0400 |
commit | 68b06f1b9576ebfb971b6a540a360e19e970f433 (patch) | |
tree | f13262df623655f5f716383765414d1023d9a84a | |
parent | cc3408934a37a833909391c02269e72c79fb8558 (diff) |
test enable webapp on windows
It builds, but fails to link locally. Let's try on the autobuilder.
-rw-r--r-- | git-annex.cabal | 2 |
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, |