cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: f6c98d5e33c7c9574797cce4ab20950ef1060b636f413e3d47c1685a063e99cb name: quickcheck-combinators version: 0.0.6 synopsis: Simple type-level combinators for augmenting QuickCheck instances. description: Please see the README on GitHub at category: Test homepage: https://github.com/athanclark/quickcheck-combinators#readme bug-reports: https://github.com/athanclark/quickcheck-combinators/issues author: Athan Clark maintainer: athan.clark@gmail.com copyright: 2023 (c) Athan Clark license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/athanclark/quickcheck-combinators library exposed-modules: Test.QuickCheck.Combinators other-modules: Paths_quickcheck_combinators hs-source-dirs: src ghc-options: -Wall build-depends: QuickCheck , base >=4.11 && <5 , unfoldable-restricted >=0.0.1 , unit-constraint default-language: Haskell2010