packages feed

hackport-0.6.6: cabal/Cabal/Cabal-QuickCheck/Cabal-QuickCheck.cabal

cabal-version: 2.2
name:          Cabal-QuickCheck
version:       3.3.0.0
synopsis:      QuickCheck instances for types in Cabal
category:      Testing
description:
  Provides QuickCheck Arbitrary instances for some types in Cabal

library
  default-language: Haskell2010
  hs-source-dirs:   src
  ghc-options:      -Wall
  build-depends:
    , base
    , bytestring
    , Cabal       ^>=3.3.0.0
    , QuickCheck  ^>=2.13.2 || ^>=2.14

  if !impl(ghc >= 8.0)
    build-depends: semigroups

  exposed-modules:
    Test.QuickCheck.GenericArbitrary
    Test.QuickCheck.Instances.Cabal