-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 86e9c2e335c348239ea9136832f4eab10451f7c07be61e2c2be13c9dfeb081c0
name: hedgehog-gen-json
version: 0.2.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
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