Dependencies for semirings-0.3.0.0
Libraries
semirings
- base (>=4.5 && <5)
- integer-gmp
- if impl(ghc<7.10)
- nats (>=0.1 && <2)
- transformers
- if impl(ghc<8.0)
- if impl(ghc<7.8)
- if impl(ghc>=7.6.1)
- if flag(containers)
- containers (>=0.5.4 && <0.6.1.0)
- if flag(hashable)
- hashable (>=1.1 && <1.3)
- if flag(hashable) && flag(unordered-containers)
- unordered-containers (>=0.2 && <0.3)
- if flag(vector)
- vector (>=0.7 && <0.13.0.0)
- if flag(containers)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
hashable | You can disable the use of the Disabling this may be useful for accelerating builds in sandboxes for expert users. Note: `-f-hashable` implies `-f-unordered-containers`, as we are necessarily not able to supply those instances as well. | Enabled |
containers | You can disable the use of the Disabling this may be useful for accelerating builds in sandboxes for expert users. | Enabled |
unordered-containers | You can disable the use of the `unordered-containers` package using `-f-unordered-containers`. Disabling this may be useful for accelerating builds in sandboxes for expert users. | Enabled |
vector | You can disable the use of the Disabling this may be useful for accelerating builds in sandboxes for expert users. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info