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