Releases: purescript-contrib/purescript-parsing
Releases · purescript-contrib/purescript-parsing
v4.0.0
v3.2.1
v3.2.0
v3.1.0
v3.0.1
- Fixed shadowed name warning (@tmcgilchrist)
v2.0.0
- Updates for 0.10 compiler
- Switch to
transformers
-based API, add new instances - Use some more efficient data types
- Add port of
indents
Haskell package (@starkstark) - Switch to BSD 3-clause license to be compatible with ported Haskell code
v1.0.0
v0.8.1
- Added
Eq
instance forParseError
(@triggerNZ)
v0.8.0
Added Language
and Token
modules, ported from Parsec (@cdepillabout)
v0.7.2
- Fixed warnings raised by psc 0.7.6.1 (@hdgarrood)