Merge pull request #61 from mpickering/wip/persist-virtual-file
authorLuke Lau <luke_lau@icloud.com>
Sun, 15 Dec 2019 19:14:31 +0000 (19:14 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2019 19:14:31 +0000 (19:14 +0000)
Track changes to haskell-lsp

lsp-test.cabal
src/Language/Haskell/LSP/Test.hs
stack.yaml

index bdb4275d5536602de9c04a1f8077334e84a098f4..6c7a26b3ad19bdc547e28b2f15aecfe9ff37d96f 100644 (file)
@@ -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
index 151eef7f1687fa0a357058f00f92d425a962d437..1a3b2e2ad7098511fc9a27ce67480ac6f2adcd95 100644 (file)
@@ -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
index 4638caa4f5fbb9724332925bfc0ccf71ceb7d1d5..e9c1a6a520caa95174a4792259158632ea6e6b80 100644 (file)
@@ -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