diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-07 12:31:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-07 12:31:27 -0400 |
commit | 35ac42167b3f3a629d79454bb01b5d7a71d01426 (patch) | |
tree | dbe8aa500f264e69b636f15bfc8dd4117be0e4de /git-annex.cabal | |
parent | 5fa2ec4a7c99f4f3ec9c9fbecc55d7d12cb71df6 (diff) |
network-conduit build dep in cabal was spuriious, remove5.20140707
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 75d65e1d6..8e1de9353 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -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) |