network-conduit build dep in cabal was spuriious, remove
This commit is contained in:
parent
6bd4e3b690
commit
fd2f050a74
2 changed files with 1 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -30,7 +30,6 @@ Build-Depends:
|
||||||
libghc-hinotify-dev [linux-any],
|
libghc-hinotify-dev [linux-any],
|
||||||
libghc-stm-dev (>= 2.3),
|
libghc-stm-dev (>= 2.3),
|
||||||
libghc-dbus-dev (>= 0.10.3) [linux-any],
|
libghc-dbus-dev (>= 0.10.3) [linux-any],
|
||||||
libghc-network-conduit-dev,
|
|
||||||
libghc-fdo-notify-dev (>= 0.3) [linux-any],
|
libghc-fdo-notify-dev (>= 0.3) [linux-any],
|
||||||
libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
||||||
libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
||||||
|
|
|
@ -191,7 +191,7 @@ Executable git-annex
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
http-types, transformers, wai, wai-extra, warp, warp-tls,
|
http-types, transformers, wai, wai-extra, warp, warp-tls,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson, network-conduit,
|
template-haskell, data-default, aeson,
|
||||||
shakespeare
|
shakespeare
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
if flag(Webapp) && flag (Webapp-secure)
|
if flag(Webapp) && flag (Webapp-secure)
|
||||||
|
|
Loading…
Reference in a new issue