diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 17:03:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 17:03:20 -0400 |
commit | 90c959af533420b1fe0ab4cdc45a96743bbb5902 (patch) | |
tree | 0191e0296ef11fa96b0e365c05d46a0bb78adba6 /git-annex.cabal | |
parent | de36a9187796b05958a09f6ee89671c5f23a23ea (diff) |
reorder dependency list
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 73809d1f6..e07ffd685 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -107,16 +107,22 @@ Flag new-time Executable git-annex Main-Is: git-annex.hs - Build-Depends: MissingH, hslogger, directory, filepath, - containers (>= 0.5.0.0), utf8-string, mtl (>= 2), - 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, + Build-Depends: + base (>= 4.5 && < 4.9), cryptohash (>= 0.11.0), - esqueleto, persistent-sqlite, persistent, persistent-template, - monad-logger, resourcet + containers (>= 0.5.0.0), + 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 GHC-Options: -Wall -fno-warn-tabs Extensions: PackageImports @@ -221,6 +227,7 @@ Executable git-annex template-haskell, aeson, shakespeare CPP-Options: -DWITH_WEBAPP + if flag(Webapp) && flag (Webapp-secure) Build-Depends: warp-tls (>= 1.4), securemem, byteable CPP-Options: -DWITH_WEBAPP_SECURE |