cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 322a5ae1f3c982438e6978d8a8d0df3777ca46b478f8340ce905fd5871e960c6 name: quickcheck-arbitrary-template version: 0.2.1.0 synopsis: Generate QuickCheck Gen for Sum Types description: Building Sum Type arbitrary instance is kind of a pain. This tool helps automate the process. category: Testing homepage: https://github.com/plow-technologies/quickcheck-arbitrary-template#readme bug-reports: https://github.com/plow-technologies/quickcheck-arbitrary-template/issues author: Scott Murphy maintainer: Scott Murphy copyright: 2016-2019 Plow Technologies license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/plow-technologies/quickcheck-arbitrary-template library exposed-modules: Test.QuickCheck.TH.Generators Test.QuickCheck.TH.Generators.Internal Test.QuickCheck.TH.Generators.Internal.BuildArbitrary other-modules: Paths_quickcheck_arbitrary_template hs-source-dirs: src ghc-options: -Wall build-depends: QuickCheck , base >=4 && <5 , safe , template-haskell >=2.11 && <2.15 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Test.QuickCheck.TH.Generators Test.QuickCheck.TH.Generators.Internal Test.QuickCheck.TH.Generators.Internal.BuildArbitrary Test.QuickCheck.TH.GeneratorsSpec Paths_quickcheck_arbitrary_template hs-source-dirs: src test ghc-options: -Wall build-depends: QuickCheck , base >=4 && <5 , safe , tasty , tasty-golden , tasty-hunit , tasty-quickcheck , template-haskell >=2.11 && <2.15 default-language: Haskell2010