network-conduit build dep in cabal was spuriious, remove

This commit is contained in:
Joey Hess 2014-07-07 12:31:27 -04:00
parent 6bd4e3b690
commit fd2f050a74
2 changed files with 1 additions and 2 deletions

View file

@ -191,7 +191,7 @@ Executable git-annex
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
http-types, transformers, wai, wai-extra, warp, warp-tls,
blaze-builder, crypto-api, hamlet, clientsession,
template-haskell, data-default, aeson, network-conduit,
template-haskell, data-default, aeson,
shakespeare
CPP-Options: -DWITH_WEBAPP
if flag(Webapp) && flag (Webapp-secure)