isolate dependency workaround to windows
This commit is contained in:
parent
7abdc55dfd
commit
eed6809525
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue