Dependencies for diagnose-2.5.1
Libraries
diagnose
- array (>=0.5 && <0.6)
- base (>=4.7 && <5)
- data-default (>=0.7 && <1)
- dlist (>=1.0 && <1.1)
- hashable (>=1.3 && <2)
- prettyprinter (>=1.7.0 && <2)
- prettyprinter-ansi-terminal (>=1.1.2 && <2)
- text (>=1.0.0.0 && <=2.0)
- unordered-containers (>=0.2.11 && <0.3)
- wcwidth (>=0.0.1 && <1)
- if flag(json)
- aeson (>=1.5 && <3)
- bytestring (>=0.9 && <1)
- 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