Change server filepath to a command to run
[lsp-test.git] / example / Main.hs
index fc453db39cdb032a98cb0c468e697167816458cf..29795fa22e52b76279d1ae98eca5c5f111eb72cd 100644 (file)
@@ -4,7 +4,7 @@ import Data.Proxy
 
 import Control.Monad.IO.Class
 
-main = runSession "hie" "test/recordings/renamePass" $ do
+main = runSession "hie --lsp" "test/recordings/renamePass" $ do
 
   docItem <- getDocItem "Desktop/simple.hs" "haskell"
   docId <- TextDocumentIdentifier <$> getDocUri "Desktop/simple.hs"