Dependencies for partial-semigroup-0.3.0.3

library
  • base (>=4 && <4.11)
  • if flag(generics-in-base)
  • 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
generics-in-base

Require a version of base that provides the GHC.Generics module.

Disabling this flag removes the Data.PartialSemigroup.Generics module from the package.

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