X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=example%2FMain.hs;h=29795fa22e52b76279d1ae98eca5c5f111eb72cd;hb=7d0ddb8022d9cccc68a99008dd55c1d39ddda3e7;hp=1697ca53d90cd51b2144b2d438efbc00ab568c70;hpb=12ac9c23d054e92a82146320e2b061c11a87e3f1;p=lsp-test.git diff --git a/example/Main.hs b/example/Main.hs index 1697ca5..29795fa 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 --lsp" "test/recordings/renamePass" $ do docItem <- getDocItem "Desktop/simple.hs" "haskell" docId <- TextDocumentIdentifier <$> getDocUri "Desktop/simple.hs"