Merge branch 'master' of https://github.com/Bubba/haskell-lsp-test
[lsp-test.git] / example / Main.hs
index 1697ca53d90cd51b2144b2d438efbc00ab568c70..fc453db39cdb032a98cb0c468e697167816458cf 100644 (file)
@@ -4,7 +4,7 @@ import Data.Proxy
 
 import Control.Monad.IO.Class
 
-main = runSession "test/recordings/renamePass" $ do
+main = runSession "hie" "test/recordings/renamePass" $ do
 
   docItem <- getDocItem "Desktop/simple.hs" "haskell"
   docId <- TextDocumentIdentifier <$> getDocUri "Desktop/simple.hs"