cabal-version: 3.0

name: partial-semigroup-hedgehog
version: 0.6.0.13
synopsis: Property testing for partial semigroups using Hedgehog
category: Algebra, Testing

description: Provides a Hedgehog property to check the associativity axiom for
    the PartialSemigroup class defined in the partial-semigroup package.

homepage:    https://github.com/typeclasses/partial-semigroup
bug-reports: https://github.com/typeclasses/partial-semigroup/issues

author: Chris Martin
maintainer: Chris Martin, Julie Moronuki

copyright: 2021 Mission Valley Software LLC
license: Apache-2.0
license-file: license.txt

extra-source-files: *.md

source-repository head
    type: git
    location: https://github.com/typeclasses/partial-semigroup

library
    ghc-options: -Wall
    default-language: Haskell2010
    hs-source-dirs: src
    exposed-modules: Test.PartialSemigroup.Hedgehog

    build-depends:
      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
      , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2
      , partial-semigroup ^>= 0.6