name: partial-semigroup-hedgehog version: 0.3.0.1 synopsis: Property testing for partial semigroups using Hedgehog category: Algebra, Testing description: Provides a Hedgehog property to check the @PartialSemigroup@ associativity axiom. 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 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 && <4.11 , hedgehog >=0.5 && <0.6 , partial-semigroup >=0.2 && <0.4