Tidy up rebase
[lsp-test.git] / src / Language / Haskell / LSP / Test.hs
index 2f99b19c54c26675edac9f6a874b8b404dbf32e1..430ac5b9153df91469590b6f772b14b2aaf6ccc9 100644 (file)
@@ -230,7 +230,7 @@ runSessionWithHandles' serverProc serverIn serverOut config' caps rootDir sessio
   where
   -- | Asks the server to shutdown and exit politely
   exitServer :: Session ()
-  exitServer = request_ SShutdown (Nothing :: Maybe Value) >> sendNotification SExit Empty
+  exitServer = request_ SShutdown Empty >> sendNotification SExit Empty
 
   -- | Listens to the server output until the shutdown ack,
   -- makes sure it matches the record and signals any semaphores