Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:ascii-1.0.1.6@sha256:cab65c071968cc6d1cc052d543e83aebbd0786988cfa40fb393849c1ef194c33,2099

Module documentation for 1.0.1.6

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