one dep per line and add comments about workaround deps
This commit is contained in:
parent
3fac05bf5e
commit
c75475697b
1 changed files with 41 additions and 11 deletions
|
@ -329,15 +329,42 @@ Executable git-annex
|
||||||
stm (>= 2.3),
|
stm (>= 2.3),
|
||||||
mtl (>= 2),
|
mtl (>= 2),
|
||||||
uuid (>= 1.2.6),
|
uuid (>= 1.2.6),
|
||||||
process, data-default, case-insensitive, random, dlist,
|
process,
|
||||||
unix-compat, SafeSemaphore, async, directory, filepath, IfElse,
|
data-default,
|
||||||
MissingH, hslogger, monad-logger,
|
case-insensitive,
|
||||||
utf8-string, bytestring, text, sandi,
|
random,
|
||||||
monad-control, transformers,
|
dlist,
|
||||||
bloomfilter, edit-distance,
|
unix-compat,
|
||||||
resourcet, http-conduit (<2.2.0), http-client, http-types,
|
SafeSemaphore,
|
||||||
time, old-locale,
|
async,
|
||||||
esqueleto, persistent-sqlite, persistent (==2.2.4.1), persistent-template,
|
directory,
|
||||||
|
filepath,
|
||||||
|
IfElse,
|
||||||
|
MissingH,
|
||||||
|
hslogger,
|
||||||
|
monad-logger,
|
||||||
|
utf8-string,
|
||||||
|
bytestring,
|
||||||
|
text,
|
||||||
|
sandi,
|
||||||
|
monad-control,
|
||||||
|
transformers,
|
||||||
|
bloomfilter,
|
||||||
|
edit-distance,
|
||||||
|
resourcet,
|
||||||
|
http-client,
|
||||||
|
http-types,
|
||||||
|
-- Old version needed due to https://github.com/aristidb/aws/issues/206
|
||||||
|
http-conduit (<2.2.0),
|
||||||
|
time,
|
||||||
|
old-locale,
|
||||||
|
esqueleto,
|
||||||
|
persistent-sqlite,
|
||||||
|
-- Old version needed due to
|
||||||
|
-- https://github.com/prowdsponsor/esqueleto/issues/137
|
||||||
|
-- and also temporarily to make ghc 8 builds work
|
||||||
|
persistent (== 2.2.4.1),
|
||||||
|
persistent-template,
|
||||||
aeson,
|
aeson,
|
||||||
unordered-containers,
|
unordered-containers,
|
||||||
feed,
|
feed,
|
||||||
|
@ -438,8 +465,11 @@ Executable git-annex
|
||||||
path-pieces (>= 0.1.4),
|
path-pieces (>= 0.1.4),
|
||||||
warp (>= 3.0.0.5),
|
warp (>= 3.0.0.5),
|
||||||
warp-tls (>= 1.4),
|
warp-tls (>= 1.4),
|
||||||
wai, wai-extra,
|
wai,
|
||||||
blaze-builder, crypto-api, clientsession,
|
wai-extra,
|
||||||
|
blaze-builder,
|
||||||
|
crypto-api,
|
||||||
|
clientsession,
|
||||||
template-haskell,
|
template-haskell,
|
||||||
shakespeare (>= 2.0.0),
|
shakespeare (>= 2.0.0),
|
||||||
securemem,
|
securemem,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue