- Uses
ghc-lib-parser-9.12.x.x
.
- Uses
ghc-lib-parser-9.10.x.x
.
- Uses
ghc-lib-parser-9.8.x.x
.
- Uses
ghc-lib-parser-9.6.x.x
.
- Uses
ghc-lib-parser-9.4.1.x
.
- Uses
ghc-lib-parser-9.2.1.x
.
- Uses
ghc-lib-parser-9.0.1.x
.
- Uses
ghc-lib-parser-8.10.x
.
- Uses
ghc-lib-parser
.
-
Works with GHC 8.8.
-
Dropped support for GHC 8.2.
- Implemented highlighting of file header pragmas such as
OPTIONS_GHC
andLANGUAGE
. They are not handled by the GHC lexer, so custom code were added for this purpose.
- Fixed the bug when certain extensions such as
-XLambdaCase
were not enabled when the code was compiled with GHC 8.6.
- Compiles with GHC 8.6.
- Added
Loc
andtokenizeHaskellLoc
.
- Initial release.