Dependencies for yaya-hedgehog-0.4.0.0

Libraries

yaya-hedgehog

Flags

Manual Flags

NameDescriptionDefault
noisy-deprecations

Prior to GHC 9.10, the DEPRECATED pragma can’t distinguish between terms and types. Consenquently, you can get spurious warnings when there’s a name collision and the name in the other namespace is deprecated. Or you can choose to not get those warnings, at the risk of not being warned when there’s a name collision and the namespace you’re referencing is the one that’s deprecated.

Enabled
verify-no-recursion

Compile with NoRecursion enabled. This is intended for developers of this package.

Disabled

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