X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=README.md;h=7ba10d6a2b273dbb0ec4b095814c716b6805b684;hb=refs%2Fheads%2Fbump-lsp;hp=dbf803cdb2eff01de2c22747e0d62b5c0a3269e3;hpb=2f0ce0270e1d164b4b7c8c45d4d0e92564086e39;p=lsp-test.git diff --git a/README.md b/README.md index dbf803c..7ba10d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ lsp-test is a functional testing framework for Language Server Protocol servers. ```haskell -import Language.Haskell.LSP.Test +import Language.LSP.Test main = runSession "hie" fullCaps "proj/dir" $ do doc <- openDoc "Foo.hs" "haskell" skipMany anyNotification