Dependencies for NaturalSort-0.2.1
Libraries
NaturalSort
- bytestring (>=0.9 && <1)
- strict (>=0.3 && <0.4)
- if flag(base3)
- base (>=3 && <4)
- base (>=4 && <5)
- if flag(no-lib) || flag(test)
- buildable: False
Executables
nsort
- bytestring (>=0.9 && <1)
- strict (>=0.3 && <0.4)
- if flag(base3)
- base (>=3 && <4)
- base (>=4 && <5)
- if flag(test) || !flag(driver) && !flag(no-lib)
- buildable: False
test
- bytestring (>=0.9 && <1)
- QuickCheck (>=2.1 && <3)
- strict (>=0.3 && <0.4)
- if flag(base3)
- base (>=3 && <4)
- base (>=4 && <5)
- if !flag(test)
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
base3 | Use base version 3 | Disabled |
driver | Build driver program | Disabled |
no-lib | Do not build the library (just the driver) | Disabled |
test | Build test driver | Disabled |
coverage | Build with code coverage | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info