name: tiphys version: 0.1.1.0 synopsis: Navigating and editing JSON data description: A library that enables navigation in aeson Values and their editing. . The zipper API is described in the @Data.Aeson.Zipper@ module. . (A note on naming: Tiphys was the steersman and navigator on Jason's Argo.) homepage: https://github.com/llhotka/tiphys bug-reports: https://github.com/llhotka/tiphys/issues license: BSD3 license-file: LICENSE author: Ladislav Lhotka maintainer: lhotka@nic.cz copyright: © 2016 Ladislav Lhotka stability: experimental category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Aeson.JsonPointer, Data.Aeson.Zipper other-modules: Data.Aeson.Zipper.Internal Data.Aeson.JsonPointer.Internal other-extensions: OverloadedStrings build-depends: attoparsec >=0.13, base >=4.8 && <5, aeson >=0.10, errors >=2.0, text >=1.2, vector >=0.11, unordered-containers >=0.2 hs-source-dirs: src default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: test main-is: Spec.hs build-depends: base >=4.8 && <5, aeson >=0.10, hspec >= 2.2, vector >=0.11, tiphys source-repository head type: git location: https://github.com/llhotka/tiphys