ascii-superset

Representing ASCII with refined supersets

https://github.com/typeclasses/ascii

Version on this page:1.0.1.8
LTS Haskell 22.14:1.3.0.1
Stackage Nightly 2023-12-26:1.3.0.1
Latest on Hackage:1.3.0.1

See all snapshots ascii-superset appears in

Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:ascii-superset-1.0.1.8@sha256:90ab947089a5c46a1936f2e95ac8d57e0edd8bfb74157575146ee1bd4cd746bb,1774

Module documentation for 1.0.1.8

Used by 2 packages in nightly-2021-12-25(full list with versions):

This package defines classes which describe what subset of a type is valid as ASCII, as well as a type constructor representing a value of a superset that is known to be valid ASCII.

Changes

1.0.0.0 - 2020-05-05 - Initial release

1.0.0.2 - 2020-05-18 - Support GHC 8.10

1.0.0.4 - 2021-01-25 - Add some comments

1.0.1.0 - 2021-01-27

New functions:
- 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.0.1.8 - 2021-11-13 - Support hashable 1.4