byteable only needed for webapp-secure
This commit is contained in:
parent
87137a6e71
commit
eb3b6b7e09
1 changed files with 2 additions and 3 deletions
|
@ -190,11 +190,10 @@ Executable git-annex
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
http-types, transformers, wai, wai-logger, warp, warp-tls,
|
http-types, transformers, wai, wai-logger, warp, warp-tls,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson, network-conduit,
|
template-haskell, data-default, aeson, network-conduit
|
||||||
byteable
|
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
if flag(Webapp) && flag (Webapp-secure)
|
if flag(Webapp) && flag (Webapp-secure)
|
||||||
Build-Depends: warp-tls (>= 1.4), securemem
|
Build-Depends: warp-tls (>= 1.4), securemem, byteable
|
||||||
CPP-Options: -DWITH_WEBAPP_SECURE
|
CPP-Options: -DWITH_WEBAPP_SECURE
|
||||||
|
|
||||||
if flag(Pairing)
|
if flag(Pairing)
|
||||||
|
|
Loading…
Reference in a new issue