-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 49a4245a932af4c748794086e93568274578a49db3655729351b10ea8498ca8d name: quickcheck-arbitrary-template version: 0.2.0.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-adt#readme bug-reports: https://github.com/plow-technologies/quickcheck-arbitrary-template/issues author: Scott Murphy maintainer: Scott Murphy copyright: 2016-2018 Plow Technologies license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/plow-technologies/quickcheck-arbitrary-template library hs-source-dirs: src ghc-options: -Wall build-depends: QuickCheck , base >=4 && <5 , safe , template-haskell >=2.11 && <2.13 exposed-modules: Test.QuickCheck.TH.Generators Test.QuickCheck.TH.Generators.Internal Test.QuickCheck.TH.Generators.Internal.BuildArbitrary other-modules: Paths_quickcheck_arbitrary_template 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: QuickCheck , base >=4 && <5 , safe , tasty , tasty-golden , tasty-hunit , tasty-quickcheck , template-haskell >=2.11 && <2.13 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 default-language: Haskell2010