Pattern synonyms for ASCII characters, e.g.

pattern SPACE :: Word8
pattern SPACE = 0x20

Homepage:
http://hackage.haskell.org/package/character-ps
