name: partial-semigroup-test version: 0.4.0.1 synopsis: Testing utilities for the partial-semigroup package category: Algebra, Testing description: Testing utilities for the @partial-semigroup@ package. homepage: https://github.com/chris-martin/partial-semigroup bug-reports: https://github.com/chris-martin/partial-semigroup/issues author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.21 flag enable-hedgehog default: True description: Require the `hedgehog` package. . Disabling this flag removes the `Test.PartialSemigroup.Hedgehog` module. source-repository head type: git location: https://github.com/chris-martin/partial-semigroup library ghc-options: -Wall default-language: Haskell2010 if flag(enable-hedgehog) reexported-modules: Test.PartialSemigroup.Hedgehog build-depends: partial-semigroup-hedgehog >=0.2 && <0.5