Dependencies for NaturalSort-0.2.1

library
  • bytestring (>=0.9 && <1)
  • strict (>=0.3 && <0.4)
  • if flag(base3)
    else
  • if flag(no-lib) || flag(test)
    • buildable: False
nsort
  • bytestring (>=0.9 && <1)
  • strict (>=0.3 && <0.4)
  • if flag(base3)
    else
  • if flag(test) || !flag(driver) && !flag(no-lib)
    • buildable: False
test

Flags

Automatic Flags
NameDescriptionDefault
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