-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: aaf5869b8143146c3771604d497a1884654598a47bc908828bf2563742f29117 name: hedgehog-gen-json version: 0.0.0 synopsis: JSON generators for Hedgehog description: Generate JSON values for Hedgehog tests category: Test homepage: https://github.com/githubuser/haskell-hedgehog-gen-json#readme author: Amr Hassan maintainer: amr.hassan@gmail.com copyright: 2017 Amr Hassan license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , bytestring , hedgehog , hjsonschema , lens , protolude , scientific , vector exposed-modules: Hedgehog.Gen.JSON other-modules: Paths_hedgehog_gen_json default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: src test build-depends: aeson , base >=4.7 && <5 , bytestring , hedgehog , hjsonschema , lens , protolude , scientific , tasty , tasty-hedgehog , vector other-modules: Hedgehog.Gen.JSON Paths_hedgehog_gen_json default-language: Haskell2010