X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=example%2FMain.hs;h=fc453db39cdb032a98cb0c468e697167816458cf;hp=1697ca53d90cd51b2144b2d438efbc00ab568c70;hb=bc52b000bf018360efbfa0fcd289329c70d2c77e;hpb=7f825c46ba76f90701a2f8f2a8c040d9bc2b6683 diff --git a/example/Main.hs b/example/Main.hs index 1697ca5..fc453db 100644 --- a/example/Main.hs +++ b/example/Main.hs @@ -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"