packages feed

hedgehog-gen-json-0.2.2: hedgehog-gen-json.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3b530b46734fb90d5dd564dcd255eba24460177c1498ef8b6e92e04c0f93650c

name:           hedgehog-gen-json
version:        0.2.2
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