Dependencies for nats-1.1.2

library
  • if impl(ghc<7.9)

Flags

Manual Flags

NameDescriptionDefault
hashable

You can disable the use of the hashable package using `-f-hashable`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Hashable.

Enabled
binary

You can disable the use of the binary package using `-f-binary`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Binary.

Enabled
template-haskell

You can disable the use of the `template-haskell` package using `-f-template-haskell`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Lift.

Enabled

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