Dependencies for selda-0.1.11.0
Libraries
selda
- base (>=4.8 && <5)
- bytestring (>=0.10 && <0.11)
- exceptions (>=0.8 && <0.9)
- hashable (>=1.1 && <1.3)
- mtl (>=2.0 && <2.3)
- text (>=1.0 && <1.3)
- time (>=1.5 && <1.9)
- unordered-containers (>=0.2.6 && <0.3)
- if impl(ghc<7.11)
- transformers (>=0.4 && <0.6)
- if impl(ghc>=8.2)
- hashable (>=1.2.6.1)
- if !flag(haste) && flag(localcache)
- psqueues (>=0.2 && <0.3)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
localcache | Enable process-local cache support. Even when supported, caching is turned off by default until enabled by the application. When unsupported, the relevant APIs are still available, but the cache will act as if every update is a no-op and every lookup a cache miss. | Enabled |
haste | Automatically set when installing for the Haste compiler. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info