Deprecated

NaturalSort

Natural sorting for strings

http://github.com/joachifm/natsort

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed
Maintained by Joachim Fasting

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".