daml/libs-haskell
Moritz Kiefer 8029080fc7
Use FromServerMessage directly (#1583)
Previously we had two layers of indirection:

In the compiler we emitted Event, we then translated this to
ClientNotification which was then translated to
FromServerMessage.

Apart from being confusing and convoluted this also resulted in us
doing the conversion to generic LSP types too late so we had scenario
specific code in places where it shouldn’t be.

This PR removes the indirection and just uses FromServerMessage
directly.
2019-06-11 16:03:44 +02:00
..
bazel-runfiles windows: adds Bazel's MANIFEST file lookup to DA.Bazel.Runfiles (#801) 2019-05-08 13:17:36 +02:00
da-hs-base Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02:00
da-hs-language-server Use FromServerMessage directly (#1583) 2019-06-11 16:03:44 +02:00
prettyprinter-syntax Start cleaning up pretty-print (#821) 2019-05-01 19:06:00 +01:00