ascii-predicates

Various categorizations of ASCII characters

https://github.com/typeclasses/ascii-predicates

Version on this page:1.0.1.2
LTS Haskell 22.17:1.0.1.3
Stackage Nightly 2023-12-26:1.0.1.3
Latest on Hackage:1.0.1.3

See all snapshots ascii-predicates appears in

Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:ascii-predicates-1.0.1.2@sha256:1ce0647c5a3a8ca8d6158d4dc3cb0ea3bbbc644b0d3f52580902d6c67372e45c,1291

Module documentation for 1.0.1.2

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2023-04-01(full list with versions):

This package provides a variety of predicates on the ASCII character set.

Changes

1.0.1.2 (2023-01-02)

Minor Cabal correction (change extra-doc-files to extra-source-files)

1.0.1.1 (2022-12-30)

Metadata changes only

1.0.1.0 (2022-05-04)

Add:

  • isVisible :: Char -> Bool
  • visibleCharacters :: [Char]

Drop support for:

  • base 4.11 (GHC 8.4)
  • base 4.12 (GHC 8.6)

1.0.0.10 (2022-03-22)

Switch test-suite over to hedgehog

1.0.0.8 (2022-01-09)

Support GHC 9.2

1.0.0.6 (2021-09-26)

Add a test suite

1.0.0.4 (2021-02-20)

Support GHC 9.0

1.0.0.2 (2020-05-18)

Support GHC 8.10

1.0.0.0 (2020-05-05)

Initial release