@hackage static-text0.2

Lists, Texts, ByteStrings and Vectors of statically known length

static-text provides type-level safety for basic operations on string-like types (finite lists of elements), such as Data.Text, String (and all lists), Data.ByteString and Data.Vector. Use it when you need static guarantee on lengths of strings produced in your code.