haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

fix typos #463

Closed ghost closed 2 years ago

ghost commented 2 years ago

src/Language/Haskell/Exts/Extension.hs tests/examples/Directory.hs tests/examples/Directory.hs.parser.golden tests/examples/InjectiveTypeFamilies.hs tests/examples/InjectiveTypeFamilies.hs.parser.golden tests/examples/RealGHC.lhs tests/examples/RealGHC.lhs.exactprinter.golden tests/examples/RealGHC.lhs.parser.golden

src/Language/Haskell/Exts/InternalLexer.hs src/Language/Haskell/Exts/InternalParser.ly src/Language/Haskell/Exts/Pretty.hs src/Language/Haskell/Exts/Syntax.hs

CHANGELOG (contains typos, unmodified)

$ perl -ne 'print if $. eq 12' CHANGELOG
  - Tecnically breaking change: Exp gained new constructor ArrOp
$ perl -ne 'print if $. eq 35 .. 41' CHANGELOG
* GHC 8.6.1 compatability (MonadFail)
* Remove cpphs dependency

1.20.1 --> 1.20.2
=================
* Add fixity of (&)
* GHC 8.4.1 compatability
$