-- This file has been generated from package.yaml by hpack version 0.19.2. -- -- see: https://github.com/sol/hpack name: partial-semigroup-test version: 0.0.0.1 x-revision: 2 synopsis: Testing utilities for the partial-semigroup package description: Testing utilities for the partial-semigroup package, notably property testing to check the PartialSemigroup axioms. category: Algebra, Testing homepage: https://github.com/chris-martin/partial-semigroup#readme 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 hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <4.10 , hedgehog >=0.5 && <0.6 , partial-semigroup <0.1 exposed-modules: Test.PartialSemigroup other-modules: Paths_partial_semigroup_test default-language: Haskell2010