# list-singleton

[![Version badge][]][version]
[![Build badge][]][build]

The `list-singleton` is a Haskell package allows you to easily and clearly
create lists with only one element in them, which are typically called
"singleton lists" or simply "singletons".

For more details, read [the announcement post][] on my blog or [the
documentation][] on Hackage.

[Version badge]: https://img.shields.io/hackage/v/list-singleton
[version]: https://hackage.haskell.org/package/list-singleton
[Build badge]: https://img.shields.io/travis/tfausak/list-singleton
[build]: https://travis-ci.org/tfausak/list-singleton
[the announcement post]: https://taylor.fausak.me/2019/09/07/list-singleton/
[the documentation]: https://hackage.haskell.org/package/list-singleton