From: Luke Lau Date: Sun, 15 Dec 2019 19:14:31 +0000 (+0000) Subject: Merge pull request #61 from mpickering/wip/persist-virtual-file X-Git-Tag: 0.9.0.0~5 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=a7b6c9f03f4878ded66c71ff30529b77110efcb4;hp=20750dca8684bcb05a7c91e8654257ad36e57ebe Merge pull request #61 from mpickering/wip/persist-virtual-file Track changes to haskell-lsp --- diff --git a/lsp-test.cabal b/lsp-test.cabal index bdb4275..6c7a26b 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -13,7 +13,6 @@ license: BSD3 license-file: LICENSE author: Luke Lau maintainer: luke_lau@icloud.com -stability: experimental bug-reports: https://github.com/bubba/lsp-test/issues copyright: 2019 Luke Lau category: Testing diff --git a/src/Language/Haskell/LSP/Test.hs b/src/Language/Haskell/LSP/Test.hs index 151eef7..1a3b2e2 100644 --- a/src/Language/Haskell/LSP/Test.hs +++ b/src/Language/Haskell/LSP/Test.hs @@ -37,6 +37,7 @@ module Language.Haskell.LSP.Test , module Language.Haskell.LSP.Test.Parsing -- * Utilities -- | Quick helper functions for common tasks. + -- ** Initialization , initializeResponse -- ** Documents diff --git a/stack.yaml b/stack.yaml index 4638caa..e9c1a6a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,3 @@ -resolver: lts-14.16 +resolver: nightly-2019-11-29 packages: - . - -extra-deps: - - haskell-lsp-0.18.0.0 - - haskell-lsp-types-0.18.0.0