diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-26 14:53:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-26 15:41:04 -0400 |
commit | 57b2c5d0eefa883bd77a846af41c30e108c6aa9b (patch) | |
tree | db16c7911943d7f6f0151015b62ab988d9931ff7 /debian/control | |
parent | 6f8a19e034476e83cc2a52f661475ee54d8cabd6 (diff) |
saner format for metadata --json
metadata --json output format has changed, adding a inner json object
named "fields" which contains only the fields and their values.
This should be easier to parse than the old format, which mixed up
metadata fields with other keys in the json object.
Any consumers of the old format will need to be updated.
This adds a dependency on unordered-containers for parsing MetaData
from JSON, but it's a free dependency; aeson pulls in that library.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f9dfec92e..30c4274ce 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: libghc-uuid-dev, libghc-json-dev, libghc-aeson-dev, + libghc-unordered-containers-dev, libghc-ifelse-dev, libghc-bloomfilter-dev, libghc-edit-distance-dev, |