cabal-version: 3.0 name: aeson-value-parser version: 0.19.7.1 synopsis: API for parsing "aeson" JSON tree into Haskell types description: A flexible parser DSL of JSON AST produced by the \"aeson\" library with automated and highly detailed error reporting. Provides a featureful toolkit for parsing real-world documents with schemas of any complexity or ambiguity, which the "FromJSON" instances are simply not fit for. category: Data, JSON, Parsing homepage: https://github.com/sannsyn/aeson-value-parser bug-reports: https://github.com/sannsyn/aeson-value-parser/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2015, Sannsyn AS license: MIT license-file: LICENSE source-repository head type: git location: git://github.com/sannsyn/aeson-value-parser.git library hs-source-dirs: library default-extensions: NoImplicitPrelude NoMonomorphismRestriction Arrows BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase LiberalTypeSynonyms MagicHash MultiParamTypeClasses MultiWayIf OverloadedStrings ParallelListComp PatternGuards PatternSynonyms QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeOperators UnboxedTuples default-language: Haskell2010 exposed-modules: AesonValueParser other-modules: AesonValueParser.Error AesonValueParser.Prelude AesonValueParser.Vector build-depends: , aeson >=2.0.2 && <3 , attoparsec >=0.14 && <0.15 , base >=4.12 && <5 , bytestring >=0.10 && <0.12 , hashable >=1.3 && <2 , megaparsec >=8 && <10 , mtl >=2.2 && <3 , scientific >=0.3 && <0.4 , text >=1 && <3 , transformers >=0.5 && <0.7 , unordered-containers >=0.2 && <0.3 , vector >=0.10 && <0.14