-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 80d356eb25a2c625e3539c65528672f6d4610a9065dd124e3de0678127451105 name: hedgehog-gen-json version: 0.5.1 synopsis: JSON generators for Hedgehog description: Generate JSON values for Hedgehog tests category: Test homepage: https://github.com/amrhassan/haskell-hedgehog-gen-json author: Amr Hassan maintainer: amr.hassan@gmail.com copyright: 2018 Amr Hassan license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library hs-source-dirs: src default-extensions: OverloadedStrings NoImplicitPrelude ghc-options: -Wall -fhide-source-paths build-depends: aeson , base >=4.7 && <5 , bytestring , containers , exceptions , hedgehog , lens , protolude , regex-genex , scientific , text , time , timerep , tz , 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 default-extensions: OverloadedStrings NoImplicitPrelude ghc-options: -Wall -fhide-source-paths build-depends: aeson , base >=4.7 && <5 , bytestring , containers , exceptions , hedgehog , lens , protolude , regex-genex , regex-pcre , scientific , tasty , tasty-hedgehog , text , time , timerep , tz , 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