natural-sort-0.1.1: User-friendly text collation

The natural-sort package

The built-in comparisons for textual data are based on Unicode ordinals. This does not match most every-day sorting algorithms. For example, "z10.txt" is sorted after "z2.txt" by users, but before it by naïve algorithms.

This package provides an implementation of "natural sort", which more closely matches user expectations.

See also: http://www.davekoelle.com/alphanum.html

Properties

Versions0.1, 0.1.1
Dependenciesbase (≥2 & <5), bytestring, parsec (≥3), text
LicenseBSD3
Copyright2010 John Millikin <jmillikin@gmail.com>
AuthorJohn Millikin <jmillikin@gmail.com>
MaintainerJohn Millikin <jmillikin@gmail.com>
CategoryAlgorithms
Upload dateWed Jan 20 19:14:38 UTC 2010
Uploaded byJohnMillikin
Built onghc-6.12, ghc-7.0

Modules

Downloads