summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-05 21:25:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-05 21:25:20 -0400
commit41ad64d7833262e3447e9036833c6ab5d3ca4aee (patch)
treefe1ac64909c34a4db756731b0975b36fc54f83ae /git-annex.cabal
parent2e85ef862fcffd135e3578a7bde7165ae30e1a6b (diff)
isolate dependency workaround to windows
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 097a5634b..a934a23f2 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -168,9 +168,11 @@ Executable git-annex
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,
- fast-logger (>= 2.0.0)
+ 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