Dependencies for constraints-deriving-1.1.1.2
Libraries
constraints-deriving
- base (>=4.9 && <5)
- ghc (>=8.0.1 && <9.1)
- if flag(constraints)
- constraints (>=0.6)
Executables
deriving-example
- base (>=4.9 && <5)
- constraints-deriving
- if !flag(examples)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
constraints | Use vanilla constraints package as a dependency instead of the manual minimalistic definitions copied from there. | Disabled |
debug | Show debug trace info (used only for library development). Note, if you want to see the debug output of the plugin in another project, you may need to manually define a CPP option -DPLUGIN_DEBUG in that project. | Disabled |
examples | Whether to build examples | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info