@hackage / NaturalSort

Natural sorting for strings

Version Deprecated package0.2.1

About

Metadata

  • Last updated , by JoachimFasting
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Joachim Fasting <joachim.fasting@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable flags

    base3 (off by default)

    Use base version 3

    driver (off by default)

    Build driver program

    no-lib (off by default)

    Do not build the library (just the driver)

    test (off by default)

    Build test driver

    coverage (off by default)

    Build with code coverage

Readme

A library for sorting strings "naturally", i.e. taking numerical values into account when comparing textual inputs.

E.g., "1" < "10", and "10 bottles of beer" < "100 bottles of beer".