Cabal revisions of aeson-better-errors-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: aeson-better-errors-version: 0.1.0.0-synopsis: Better error messages when decoding JSON values.-license: MIT-license-file: LICENSE-author: Harry Garrood-maintainer: harry@garrood.me-homepage: https://github.com/hdgarrood/aeson-better-errors-category: Text, Web, JSON-build-type: Simple-cabal-version: >=1.10--description:- A small package which gives you the tools to build parsers to decode JSON- values, and gives good error messages when parsing fails.-- See also <http://harry.garrood.me/blog/aeson-better-errors/>.--source-repository head- type: git- location: https://github.com/hdgarrood/aeson-better-errors--library- exposed-modules: Data.Aeson.BetterErrors- Data.Aeson.BetterErrors.Internal- other-modules: Data.Aeson.BetterErrors.Utils- build-depends: base >=4 && <5- , aeson >=0.6.1.0- , unordered-containers- , dlist- , text- , bytestring- , scientific- , vector- , transformers- , mtl-- ghc-options: -Wall- hs-source-dirs: src- default-language: Haskell2010---- test-suite tests--- type: exitcode-stdio-1.0--- main-is: Main.hs--- hs-source-dirs: test--- build-depends: base >=4 && <5--- , aeson -any--- , aeson-better-errors -any--- , bytestring -any--- , text -any--- , unordered-containers -any--- , tasty -any--- , tasty-hunit -any--- ghc-options: -Wall -fno-warn-missing-signatures--- default-language: Haskell2010+name: aeson-better-errors +version: 0.1.0.0 +x-revision: 1 +synopsis: Better error messages when decoding JSON values. +license: MIT +license-file: LICENSE +author: Harry Garrood +maintainer: harry@garrood.me +homepage: https://github.com/hdgarrood/aeson-better-errors +category: Text, Web, JSON +build-type: Simple +cabal-version: >=1.10 + +description: + A small package which gives you the tools to build parsers to decode JSON + values, and gives good error messages when parsing fails. + + See also <http://harry.garrood.me/blog/aeson-better-errors/>. + +source-repository head + type: git + location: https://github.com/hdgarrood/aeson-better-errors + +library + exposed-modules: Data.Aeson.BetterErrors + Data.Aeson.BetterErrors.Internal + other-modules: Data.Aeson.BetterErrors.Utils + build-depends: base >=4 && <5 + , aeson >=0.6.1.0 + , unordered-containers + , dlist + , text + , bytestring == 0.10.* + , scientific + , vector + , transformers + , mtl + + ghc-options: -Wall + hs-source-dirs: src + default-language: Haskell2010 + +-- test-suite tests +-- type: exitcode-stdio-1.0 +-- main-is: Main.hs +-- hs-source-dirs: test +-- build-depends: base >=4 && <5 +-- , aeson -any +-- , aeson-better-errors -any +-- , bytestring -any +-- , text -any +-- , unordered-containers -any +-- , tasty -any +-- , tasty-hunit -any +-- ghc-options: -Wall -fno-warn-missing-signatures +-- default-language: Haskell2010
revision 2
name: aeson-better-errors version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Better error messages when decoding JSON values. license: MIT license-file: LICENSE exposed-modules: Data.Aeson.BetterErrors Data.Aeson.BetterErrors.Internal other-modules: Data.Aeson.BetterErrors.Utils - build-depends: base >=4 && <5 + build-depends: base >=4.5 && <5 , aeson >=0.6.1.0 , unordered-containers , dlist , bytestring == 0.10.* , scientific , vector - , transformers + , transformers >= 0.4 , mtl ghc-options: -Wall -- type: exitcode-stdio-1.0 -- main-is: Main.hs -- hs-source-dirs: test --- build-depends: base >=4 && <5 +-- build-depends: base >=4.5 && <5 -- , aeson -any -- , aeson-better-errors -any -- , bytestring -any
revision 3
name: aeson-better-errors version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Better error messages when decoding JSON values. license: MIT license-file: LICENSE location: https://github.com/hdgarrood/aeson-better-errors library + build-depends: aeson <1.6+ exposed-modules: Data.Aeson.BetterErrors Data.Aeson.BetterErrors.Internal other-modules: Data.Aeson.BetterErrors.Utils
revision 4
name: aeson-better-errors version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: Better error messages when decoding JSON values. license: MIT license-file: LICENSE location: https://github.com/hdgarrood/aeson-better-errors library + build-depends: mtl <2.3+ build-depends: aeson <1.6 exposed-modules: Data.Aeson.BetterErrors