diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-28 21:36:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-28 21:37:33 -0400 |
commit | 43e7407f8e317f2e05f24041adea09347f90466e (patch) | |
tree | 09aebc51eb4e66fd1d8932ca6e53ec330261ad79 /git-annex.cabal | |
parent | a763d6dd3e62cea8ccde3091a9874994a1e92dd6 (diff) |
depend on warp-tls.. at least for now
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 6b2f821dd..cafd22570 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -176,7 +176,7 @@ Executable git-annex if flag(Webapp) Build-Depends: yesod, yesod-default, yesod-static, yesod-form, yesod-core, - http-types, transformers, wai, wai-logger, warp, + http-types, transformers, wai, wai-logger, warp, warp-tls, blaze-builder, crypto-api, hamlet, clientsession, template-haskell, data-default, aeson, network-conduit CPP-Options: -DWITH_WEBAPP |