Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:ascii-1.1.1.0@sha256:1a41893f1e71ffa3ec445f32cd4026997969590f54d3e2d722c6b6b6bfc5e428,1897

Module documentation for 1.1.1.0

This package provides a variety of ways to work with ASCII text.

Changes

1.0.0.0 - 2020-05-05 - Initial release

1.0.0.2 - 2020-05-18 - Support GHC 8.10

1.0.1.0 - 2021-01-27

New functions:
- byteStringToUnicodeStringMaybe
- unicodeStringToByteStringMaybe
- byteListToUnicodeStringMaybe
- unicodeStringToByteListMaybe
- convertCharMaybe
- convertCharOrFail
- convertStringMaybe
- convertStringOrFail

1.0.1.2 - 2021-02-09 - Support bytestring-0.11

1.0.1.4 - 2021-02-10 - Support GHC 9.0

1.0.1.6 - 2021-09-26

- Add a test suite
- Raise 'text' lower bound to 1.2.3

1.1.0.0 - 2021-09-26

The dependency on the 'data-ascii' package is removed,
and the following modules are no longer re-exported:
- Data.Ascii
- Data.Ascii.Blaze
- Data.Ascii.ByteString
- Data.Ascii.Word8

1.1.1.0 - 2021-09-26

New functions:
- isAlphaNum
- isLetter
- isDigit
- isOctDigit
- isHexDigit
- isSpace
- isPunctuation
- isSymbol