name: partial-semigroup-hedgehog version: 0.6.0.10 synopsis: Property testing for partial semigroups using Hedgehog category: Algebra, Testing description: Provides a property to check the associativity axiom for the @PartialSemigroup@ class defined in the 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.10 extra-source-files: changelog.md source-repository head type: git location: https://github.com/chris-martin/partial-semigroup library ghc-options: -Wall default-language: Haskell2010 hs-source-dirs: src exposed-modules: Test.PartialSemigroup.Hedgehog build-depends: base >=4.9 && <4.17 , hedgehog >=0.5 && <1.1 , partial-semigroup >=0.5 && <0.6