name: hjsonpointer version: 1.4.0 cabal-version: >=1.10 build-type: Simple license: MIT license-file: MIT-LICENSE.txt maintainer: ian@housejeffries.com homepage: https://github.com/seagreen/hjsonpointer synopsis: JSON Pointer library category: Data author: Ian Grant Jeffries tested-with: GHC ==8.0.2 GHC ==8.2.2 GHC ==8.4.1 extra-source-files: changelog.md README.md x-revision: 2 library exposed-modules: JSONPointer build-depends: base >=4.9 && <5, aeson >=0.7 && <1.3, hashable ==1.2.*, QuickCheck >=2.8 && <2.11, unordered-containers ==0.2.*, text ==1.2.*, vector >=0.10 && <0.13 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite unit type: exitcode-stdio-1.0 main-is: Unit.hs build-depends: aeson <1.3, base <4.11, hjsonpointer -any, hspec >=2.2 && <2.5, http-types >=0.8 && <0.13, QuickCheck <2.11, unordered-containers <0.3, text <1.3, vector <0.13 default-language: Haskell2010 default-extensions: OverloadedStrings hs-source-dirs: test ./ other-modules: Example ghc-options: -Wall