summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-11 01:29:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-11 01:29:00 -0400
commitbac59cece66e97900554fdee394e8f86027a7d25 (patch)
tree211aabe948cb827ad10b2752865ec1a51ca1def9 /git-annex.cabal
parentf9e7c320eea31ce3cbec647e295d375ac09b7d82 (diff)
Fix build with wai 0.3.0.
This version of wai changed the type of Middleware, so I cannot seem to liftIO inside it. So, got rid of a lot of not really needed complexity to use System.Log.Logger's logging stuff, and just use the standard wai stdout logger when debug logging is enabled. Format may change some, and it logs http to stdout instead of stderr now. Doesn't matter for the webapp since both go to the same log anyway.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index c258b8a05..776ccc245 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -189,7 +189,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, warp-tls,
+ http-types, transformers, wai, wai-extra, warp, warp-tls,
blaze-builder, crypto-api, hamlet, clientsession,
template-haskell, data-default, aeson, network-conduit,
shakespeare