MIT licensed by Antoine Catton, Trevis Elser
Maintained by Trevis Elser
This version can be pinned in stack with:non-empty-text-0.2.1@sha256:df9629af4ad53af59dc0bfb5995c0500aaa656c884485560e9115152f7495c20,2438

Module documentation for 0.2.1

Depends on 3 packages(full list with versions):

Typesafe thin wrapper around Data.Text to make impossible to be empty (to always hold at least on character)

Changes

Changelog

Unreleased changes

Changes since v0.2.0

Breaking changes

Bug fixes

New features

Other changes

v0.2.0

Changes since v0.1.1

Breaking changes

Bug fixes

New features

  • Add foldl1 and foldl1' total folding functions
  • Add instance of NFData and Generic

Other changes

  • Updates to cabal to note new maintainer and source repo
  • Relicense to MIT
  • Add INLINE pragma to several functions
  • Add cabal flag for CI with more strict GHC flags set.