Dependencies for weatherhs-1.0.0
Executables
weatherhs
- base (>=4.11.1.0 && <4.12)
- bytestring (>=0.10.8.2 && <0.11)
- extra (>=1.6.14 && <1.7)
- hgettext (>=0.1.31.0 && <0.2)
- http-client (>=0.5.14 && <0.6)
- http-client-tls (>=0.3.5.3 && <0.4)
- http-types (>=0.12.2 && <0.13)
- regex-pcre (>=0.94.4 && <0.95)
- scientific (>=0.3.6.2 && <0.4)
- setlocale (>=1.0.0.8 && <1.1)
- terminal-size (>=0.3.2.1 && <0.4)
- text (>=1.2.3.1 && <1.3)
- time (>=1.8.0.2 && <1.9)
- if flag(encryption)
- if !flag(nojson)
- aeson (>=1.3.1.1 && <1.4)
- if !flag(noxml)
- xml (>=1.3.14 && <1.4)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
encryption | Support for encryption/decryption. Currently only used for decryption of the encrypted API key. | Enabled |
nojson | Disable JSON support. | Disabled |
noxml | Disable XML support. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info