A library for building Haskell IDE tooling
Go to file
Neil Mitchell b7e7ae5692 Fix prettyRange so it prints ranges like it used to (#882)
Before it was garbled and wrong:
Range:    Range Start: Position Line: 2Character: 15End:   Position Line: 2Character: 15

After it's correct and like it was before:
Range:    3:15-3:17
2019-05-03 12:49:51 +01:00
src/Development/IDE Fix prettyRange so it prints ranges like it used to (#882) 2019-05-03 12:49:51 +01:00
BUILD.bazel New diagnostics implementation (#737) 2019-04-30 22:51:53 +02:00