Removed dependency on json library; all JSON is now handled by aeson.
I've eyeballed all --json commands, and the only difference should be that some fields are re-ordered.
This commit is contained in:
parent
eabef6efce
commit
870873bdaa
12 changed files with 68 additions and 56 deletions
|
@ -331,7 +331,7 @@ Executable git-annex
|
|||
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,
|
||||
utf8-string, bytestring, text, sandi,
|
||||
monad-control, transformers,
|
||||
bloomfilter, edit-distance,
|
||||
resourcet, http-conduit (<2.2.0), http-client, http-types,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue