diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 14:23:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 14:23:42 -0400 |
commit | 0bea00bf802a37d5dc0a8930aad69d5524cc6bf4 (patch) | |
tree | efb0973867ded5cb38137d3c98ce2135d6a950ac | |
parent | 68b06f1b9576ebfb971b6a540a360e19e970f433 (diff) |
Revert "test enable webapp on windows"
This reverts commit 68b06f1b9576ebfb971b6a540a360e19e970f433.
Some stuff fails to install on the autobuilder, it will need to be upgraded
probably.
-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 b11752873..862847179 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) + if flag(Webapp) && (! os(windows)) Build-Depends: yesod, yesod-default, yesod-static, yesod-form, yesod-core, case-insensitive, http-types, transformers, wai, wai-logger, warp, |