Bump to 0.6.1.0
[lsp-test.git] / src / Language / Haskell / LSP / Test / Parsing.hs
2019-08-24 Luke LauBump to 0.6.1.0 0.6.1.0
2019-08-23 Luke LauMerge pull request #45 from cocreature/satisfy-maybe
2019-08-10 Moritz KieferAdd a more general satisfyMaybe helper
2019-06-04 Luke LauMerge pull request #32 from fendor/tdr-test-impls
2019-04-28 Luke LauExport satisfy 0.5.2.0
2018-09-08 Luke LauUpgrade to haskell-lsp 0.8.0.0
2018-08-01 Luke LauComplete documentation and update .cabal
2018-07-30 Luke LauAdd logColor config option
2018-07-26 Luke LauPretty print message trace
2018-07-11 Luke LauReexport modules via cabal
2018-07-09 Luke LauTidy up and remove redundant classes and tests
2018-07-08 Luke LauAdd withTimeout
2018-07-02 Luke LauAdd nicer API
2018-06-29 Luke LauFix duplicate messages
2018-06-29 Luke LauLog session messages, don't know why it was ever a...
2018-06-21 Luke LauAdd unexpected message exception
2018-06-20 Luke LauAdd SessionConfig
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-12 Luke LauAdd getInitializeResponse
2018-06-11 Luke LauAdd javascript langserver testing
2018-06-11 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-10 Luke LauCompatibility with GHC 8.2.1
2018-06-09 Luke LauAllow message types to be infered
2018-06-09 Luke LauFix embarassing error with publishDiagnosticsNotification
2018-06-08 Luke LauAdd publishDiagnosticsNotification
2018-06-08 Luke LauSwitch to conduit based parser
2018-06-07 Luke LauIntegrate Parsec transformer into Session monad
2018-06-07 Luke LauTry out Chan Stream instance
2018-06-06 Luke LauStart work on parser
2018-06-05 Luke LauAdd manual session testing
2018-06-04 Luke LauFix up
2018-06-04 Luke LauDecode responses to the correct type fileSwap
2018-05-27 Luke LauStart swapping file URLs with JSON parsing