Change server filepath to a command to run
[lsp-test.git] / src / Language / Haskell / LSP / Test / Replay.hs
index dfa364b44c3600b4682eca2f94699f2fea16fad3..9d7f136a20056a7f81359e23f9856c0248c915de 100644 (file)
@@ -29,7 +29,7 @@ import           Language.Haskell.LSP.Test.Messages
 -- makes sure it matches up with an expected response.
 -- The session directory should have a captured session file in it
 -- named "session.log".
-replaySession :: FilePath -- ^ The filepath to the server executable.
+replaySession :: String -- ^ The command to run the server.
               -> FilePath -- ^ The recorded session directory.
               -> IO Bool
 replaySession serverExe sessionDir = do