reorder dependency list
This commit is contained in:
parent
03667a162a
commit
7d3b052fd4
1 changed files with 16 additions and 9 deletions
|
@ -107,16 +107,22 @@ Flag new-time
|
||||||
|
|
||||||
Executable git-annex
|
Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
Main-Is: git-annex.hs
|
||||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
Build-Depends:
|
||||||
containers (>= 0.5.0.0), utf8-string, mtl (>= 2),
|
base (>= 4.5 && < 4.9),
|
||||||
bytestring, sandi, process, json,
|
|
||||||
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
|
|
||||||
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
|
|
||||||
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
|
||||||
data-default, case-insensitive, http-conduit, http-types,
|
|
||||||
cryptohash (>= 0.11.0),
|
cryptohash (>= 0.11.0),
|
||||||
esqueleto, persistent-sqlite, persistent, persistent-template,
|
containers (>= 0.5.0.0),
|
||||||
monad-logger, resourcet
|
exceptions (>= 0.6),
|
||||||
|
QuickCheck (>= 2.1),
|
||||||
|
stm (>= 2.3),
|
||||||
|
mtl (>= 2),
|
||||||
|
process, data-default, case-insensitive, uuid, random, dlist,
|
||||||
|
unix-compat, SafeSemaphore, async, directory, filepath, IfElse,
|
||||||
|
MissingH, hslogger, monad-logger,
|
||||||
|
utf8-string, bytestring, text, sandi, json,
|
||||||
|
monad-control, transformers,
|
||||||
|
bloomfilter, edit-distance,
|
||||||
|
resourcet, http-conduit, http-types,
|
||||||
|
esqueleto, persistent-sqlite, persistent, persistent-template
|
||||||
CC-Options: -Wall
|
CC-Options: -Wall
|
||||||
GHC-Options: -Wall -fno-warn-tabs
|
GHC-Options: -Wall -fno-warn-tabs
|
||||||
Extensions: PackageImports
|
Extensions: PackageImports
|
||||||
|
@ -221,6 +227,7 @@ Executable git-annex
|
||||||
template-haskell, aeson,
|
template-haskell, aeson,
|
||||||
shakespeare
|
shakespeare
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
|
|
||||||
if flag(Webapp) && flag (Webapp-secure)
|
if flag(Webapp) && flag (Webapp-secure)
|
||||||
Build-Depends: warp-tls (>= 1.4), securemem, byteable
|
Build-Depends: warp-tls (>= 1.4), securemem, byteable
|
||||||
CPP-Options: -DWITH_WEBAPP_SECURE
|
CPP-Options: -DWITH_WEBAPP_SECURE
|
||||||
|
|
Loading…
Reference in a new issue