Cabal revisions of aeson-diff-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: aeson-diff-version: 1.0.0.0-synopsis: Extract and apply patches to JSON documents.-description:- .- This is a small library for working with changes to JSON documents. It- includes a library and two command-line executables in the style of the- diff(1) and patch(1) commands available on many systems.- .-homepage: https://github.com/thsutton/aeson-diff-license: BSD3-license-file: LICENSE-author: Thomas Sutton-maintainer: me@thomas-sutton.id.au-copyright: (c) 2015 Thomas Sutton and others.-category: JSON, Web, Algorithms-build-type: Simple-cabal-version: >=1.10-extra-source-files: README.md- , CHANGELOG.md- , stack.yaml- , test/data/rfc6902/*.json- , test/data/rfc6902/*.txt- , test/data/cases/*.json- , test/data/cases/*.txt--source-repository HEAD- type: git- location: https://github.com/thsutton/aeson-diff--library- default-language: Haskell2010- hs-source-dirs: lib- exposed-modules: Data.Aeson.Diff- build-depends: base >=4.5 && <4.9- , aeson- , bytestring >= 0.10- , edit-distance-vector- , hashable- , mtl- , scientific- , text- , unordered-containers- , vector--executable json-diff- default-language: Haskell2010- hs-source-dirs: src- main-is: diff.hs- build-depends: base- , aeson- , aeson-diff- , bytestring- , optparse-applicative >=0.11 && < 0.13- , text--executable json-patch- default-language: Haskell2010- hs-source-dirs: src- main-is: patch.hs- build-depends: base- , aeson- , aeson-diff- , bytestring- , optparse-applicative >=0.11 && < 0.13--test-suite properties- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: properties.hs- build-depends: base- , QuickCheck- , aeson- , aeson-diff- , bytestring- , quickcheck-instances- , text- , unordered-containers- , vector--test-suite examples- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: examples.hs- build-depends: base- , Glob- , QuickCheck- , aeson- , aeson-diff- , bytestring- , directory- , filepath- , quickcheck-instances- , text- , unordered-containers- , vector--test-suite hlint-check- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: hlint-check.hs- build-depends: base- , hlint+name: aeson-diff +version: 1.0.0.0 +x-revision: 1 +synopsis: Extract and apply patches to JSON documents. +description: + . + This is a small library for working with changes to JSON documents. It + includes a library and two command-line executables in the style of the + diff(1) and patch(1) commands available on many systems. + . +homepage: https://github.com/thsutton/aeson-diff +license: BSD3 +license-file: LICENSE +author: Thomas Sutton +maintainer: me@thomas-sutton.id.au +copyright: (c) 2015 Thomas Sutton and others. +category: JSON, Web, Algorithms +build-type: Simple +cabal-version: >=1.10 +extra-source-files: README.md + , CHANGELOG.md + , stack.yaml + , test/data/rfc6902/*.json + , test/data/rfc6902/*.txt + , test/data/cases/*.json + , test/data/cases/*.txt + +source-repository HEAD + type: git + location: https://github.com/thsutton/aeson-diff + +library + default-language: Haskell2010 + hs-source-dirs: lib + exposed-modules: Data.Aeson.Diff + build-depends: base >=4.5 && <4.9 + , aeson + , bytestring >= 0.10 + , edit-distance-vector + , hashable + , mtl + , scientific + , text + , unordered-containers + , vector + +executable json-diff + default-language: Haskell2010 + hs-source-dirs: src + main-is: diff.hs + build-depends: base + , aeson < 1.2.2 + , aeson-diff + , bytestring + , optparse-applicative >=0.11 && < 0.13 + , text + +executable json-patch + default-language: Haskell2010 + hs-source-dirs: src + main-is: patch.hs + build-depends: base + , aeson < 1.2.2 + , aeson-diff + , bytestring + , optparse-applicative >=0.11 && < 0.13 + +test-suite properties + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: properties.hs + build-depends: base + , QuickCheck + , aeson + , aeson-diff + , bytestring + , quickcheck-instances + , text + , unordered-containers + , vector + +test-suite examples + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: examples.hs + build-depends: base + , Glob + , QuickCheck + , aeson + , aeson-diff + , bytestring + , directory + , filepath + , quickcheck-instances + , text + , unordered-containers + , vector + +test-suite hlint-check + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: hlint-check.hs + build-depends: base + , hlint
revision 2
name: aeson-diff version: 1.0.0.0 -x-revision: 1 +x-revision: 2 synopsis: Extract and apply patches to JSON documents. description: . hs-source-dirs: lib exposed-modules: Data.Aeson.Diff build-depends: base >=4.5 && <4.9 - , aeson + , aeson < 2 , bytestring >= 0.10 , edit-distance-vector , hashable main-is: properties.hs build-depends: base , QuickCheck - , aeson + , aeson < 2 , aeson-diff , bytestring , quickcheck-instances build-depends: base , Glob , QuickCheck - , aeson + , aeson < 2 , aeson-diff , bytestring , directory