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