Update haskell-lsp bounds
[lsp-test.git] / src / Language / Haskell / LSP / Test / Messages.hs
index 258f91b2dfdc63525834eebed99ac82fdb865f64..1a3805f07ff3d5cecc28adf08f345e8e8be66cb6 100644 (file)
@@ -93,7 +93,6 @@ handleServerMessage request response notification msg = case msg of
     (NotProgressStart            m) -> notification m
     (NotProgressReport           m) -> notification m
     (NotProgressDone             m) -> notification m
-    (NotProgressCancel           m) -> notification m
     (NotTelemetry                m) -> notification m
     (NotCancelRequestFromServer  m) -> notification m
 
@@ -145,4 +144,5 @@ handleClientMessage request response notification msg = case msg of
  (NotDidSaveTextDocument      m) -> notification m
  (NotDidChangeWatchedFiles    m) -> notification m
  (NotDidChangeWorkspaceFolders m) -> notification m
+ (NotProgressCancel           m) -> notification m
  (UnknownFromClientMessage    m) -> error $ "Unknown message sent from client: " ++ show m