isolate dependency workaround to windows

This commit is contained in:
Joey Hess 2013-12-05 21:25:20 -04:00
parent 7abdc55dfd
commit eed6809525

View file

@ -168,9 +168,11 @@ Executable git-annex
yesod, yesod-default, yesod-static, yesod-form, yesod-core, yesod, yesod-default, yesod-static, yesod-form, yesod-core,
case-insensitive, http-types, transformers, wai, wai-logger, warp, case-insensitive, http-types, transformers, wai, wai-logger, warp,
blaze-builder, crypto-api, hamlet, clientsession, 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 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) if flag(Pairing)
Build-Depends: network-multicast, network-info Build-Depends: network-multicast, network-info