From: Luke Lau Date: Thu, 13 Jun 2019 00:24:32 +0000 (+0100) Subject: Use haskell-lsp from hackage and bump X-Git-Tag: 0.5.4.0~1^2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=b50cc753b89e9daebb025bdbe846ddf4bf0801c3 Use haskell-lsp from hackage and bump --- diff --git a/cabal.project b/cabal.project deleted file mode 100644 index ac9b511..0000000 --- a/cabal.project +++ /dev/null @@ -1,11 +0,0 @@ -packages: - ./. -source-repository-package - type: git - location: https://github.com/alanz/haskell-lsp.git - tag: 491d8d2e33572b3868078f57a3375b2ac621f958 -source-repository-package - type: git - location: https://github.com/alanz/haskell-lsp.git - tag: 491d8d2e33572b3868078f57a3375b2ac621f958 - subdir: haskell-lsp-types diff --git a/lsp-test.cabal b/lsp-test.cabal index f1035b2..f5b8f97 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.3 +version: 0.5.3.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.13.0 && < 0.14 + , haskell-lsp == 0.14.* , aeson , aeson-pretty , ansi-terminal @@ -79,7 +79,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.13.0 && < 0.14 + , haskell-lsp == 0.14.* , lsp-test , data-default , aeson diff --git a/stack.yaml b/stack.yaml index 855f4e9..502afa8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,9 +3,6 @@ packages: - . extra-deps: - - git: https://github.com/alanz/haskell-lsp.git - commit: 491d8d2e33572b3868078f57a3375b2ac621f958 - subdirs: - - . - - haskell-lsp-types + - haskell-lsp-0.14.0.0 + - haskell-lsp-types-0.14.0.0 - rope-utf16-splay-0.3.1.0