From 16036ca1db490fea92f0351fdc4365cd19e09390 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 17:51:46 -0400 Subject: work around https://github.com/kazu-yamamoto/logger/issues/18 --- git-annex.cabal | 5 +++-- 1 file 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) -- cgit v1.2.3