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,
|
||||
http-types, transformers, wai, wai-logger, warp, warp-tls,
|
||||
blaze-builder, crypto-api, hamlet, clientsession,
|
||||
template-haskell, data-default, aeson, network-conduit,
|
||||
byteable
|
||||
template-haskell, data-default, aeson, network-conduit
|
||||
CPP-Options: -DWITH_WEBAPP
|
||||
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
|
||||
|
||||
if flag(Pairing)
|
||||
|
|
Loading…
Reference in a new issue