From e5a683ae4c62f5e8a8dcbfec421ee17b3cd8b930 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 15:04:19 -0400 Subject: [PATCH] enable Webapp on windows, using EvilLinker to link --- git-annex.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index a934a23f27..4db0c8c638 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