Dependencies for diagnose-1.7.2
Libraries
diagnose
- base (>=4.7 && <5)
- bytestring (>=0.10 && <0.11)
- data-default (>=0.7 && <0.8)
- hashable (>=1.3 && <1.4)
- prettyprinter (>=1.7 && <1.8)
- prettyprinter-ansi-terminal (>=1.1 && <1.2)
- text (>=1.2 && <1.3)
- unordered-containers (>=0.2 && <0.3)
- if flag(json)
- aeson (>=1.5 && <1.6)
- if flag(megaparsec-compat)
- containers (>=0.6 && <0.7)
- megaparsec (>=9.0.0)
- if flag(parsec-compat)
- parsec (>=3.1.14)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
json | Allows exporting diagnostics as JSON. This is disabled by default as this relies on the very heavy dependency Aeson. | Disabled |
megaparsec-compat | Includes a small compatibility layer (in the module | Disabled |
parsec-compat | Includes a small compatibility layer (in the module | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info