-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 19509d71ae99a04870b3c2924858c720249638f0ff47c4c07a0545c172c51681 name: hedgehog-gen-json version: 0.1.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 ghc-options: -Wall build-depends: aeson , base >=4.7 && <5 , bytestring , containers , exceptions , hedgehog , lens , protolude , regex-genex , scientific , text , unordered-containers , vector exposed-modules: Hedgehog.Gen.JSON other-modules: Hedgehog.Gen.JSON.Constrained Hedgehog.Gen.JSON.Constrained.Internal Hedgehog.Gen.JSON.JSONSchema Hedgehog.Gen.JSON.Ranges Hedgehog.Gen.JSON.Unconstrained Paths_hedgehog_gen_json default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: src test ghc-options: -Wall build-depends: aeson , base >=4.7 && <5 , bytestring , containers , exceptions , hedgehog , lens , protolude , regex-genex , regex-posix , scientific , tasty , tasty-hedgehog , text , unordered-containers , vector other-modules: Hedgehog.Gen.JSON Hedgehog.Gen.JSON.Constrained Hedgehog.Gen.JSON.Constrained.Internal Hedgehog.Gen.JSON.JSONSchema Hedgehog.Gen.JSON.Ranges Hedgehog.Gen.JSON.Unconstrained Hedgehog.Gen.JSON.Constrained.Internal.InternalSpec Hedgehog.Gen.JSON.JSONSpec Paths_hedgehog_gen_json default-language: Haskell2010