Dependencies for partial-semigroup-0.3.0.1

library
  • base (>=4.6 && <4.11)
  • if flag(identity-in-base)
  • if flag(semigroup-in-base)
    else

Flags

Automatic Flags
NameDescriptionDefault
semigroup-in-base

Require a version of base that provides the Data.Semigroup and Data.List.NonEmpty modules.

Disabling this flag adds a dependency on the semigroups package.

Enabled
identity-in-base

Require a version of base that provides the Data.Functor.Identity module.

Enabled
enable-hedgehog

Use the hedgehog package for tests.

Disabling this flag disables all of the tests that use hedgehog.

Enabled
enable-doctest

Use the doctest package to test the code examples in Haddock comments.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info