remove redundant deps
This commit is contained in:
parent
282b6b4217
commit
ec6ff6b1cf
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Executable git-annex
|
||||||
containers, utf8-string, mtl (>= 2),
|
containers, utf8-string, mtl (>= 2),
|
||||||
bytestring, old-locale, time, dataenc, SHA, process, json,
|
bytestring, old-locale, time, dataenc, SHA, process, json,
|
||||||
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
|
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
|
||||||
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
|
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
|
||||||
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
||||||
data-default, case-insensitive, http-conduit, http-types
|
data-default, case-insensitive, http-conduit, http-types
|
||||||
CC-Options: -Wall
|
CC-Options: -Wall
|
||||||
|
@ -203,7 +203,7 @@ Executable git-annex
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
wai, wai-extra, warp, warp-tls,
|
wai, wai-extra, warp, warp-tls,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson, path-pieces,
|
template-haskell, aeson, path-pieces,
|
||||||
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