summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-26 15:21:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-26 15:21:19 -0400
commitac0f0416b501f4a1d1332a1b78634df0f0d1ae8b (patch)
treecc07702f40039846612d633fa037d0f6a6cdb91a
parent0002e969a7a0bb9bf123463fbf858cb07a59333c (diff)
byteable only needed for webapp-secure
-rw-r--r--git-annex.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 0f8987915..a1fcdd24c 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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)