Fix tests on travis
[opengl.git] / stack.yaml
2018-11-12 Luke LauMerge branch 'master' of https://github.com/Bubba/lsp...
2018-11-12 Luke LauAdd lspConfig option
2018-11-12 Luke LauMerge pull request #25 from alanz/ghc-8.6-constraint
2018-11-11 Alan ZimmermanAdd MonadFail constraint for GHC 8.6.1
2018-09-08 Luke LauUpgrade to haskell-lsp 0.8.0.0
2018-09-04 Luke LauUpdate stack and travis
2018-09-03 Luke LauBump resolver
2018-08-06 Luke LauMerge pull request #20 from Bubba/haskell-lsp-0.6
2018-08-06 Luke LauUpdate haskell-lsp to 0.6
2018-08-04 Luke LauRemove capabilites since haskell-lsp now provides it
2018-07-28 Luke LauBump stack resolver
2018-07-11 Luke LauUpgrade stack to lts-12.0
2018-07-10 Luke LauAdd applyEdit and getVersionedDoc helpers
2018-07-02 Luke LauAdd nicer API
2018-06-28 Luke LauCorrect VFS behaviour
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-20 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-20 Luke LauAdd option to configure capabilities
2018-06-11 Luke LauAdd javascript langserver testing
2018-06-05 Luke LauStart work adding the session monad for replays
2018-06-04 Luke LauFix up
2018-06-04 Luke LauDecode responses to the correct type
2018-06-03 Luke LauStart work on moving to new session file format
2018-05-20 Luke LauFix stack.yaml
2018-05-20 Luke LauAdd tests
2018-05-18 Luke LauAdd recorded playback
2018-05-16 Luke LauInitial commit