Use haskell-lsp from hackage and bump
authorLuke Lau <luke_lau@icloud.com>
Thu, 13 Jun 2019 00:24:32 +0000 (01:24 +0100)
committerLuke Lau <luke_lau@icloud.com>
Thu, 13 Jun 2019 08:32:12 +0000 (09:32 +0100)
cabal.project [deleted file]
lsp-test.cabal
stack.yaml

diff --git a/cabal.project b/cabal.project
deleted file mode 100644 (file)
index ac9b511..0000000
+++ /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
index f1035b2572d38ed8bbb416cb9f1a6d51b9c5f96f..f5b8f9761dbb7b3b530f6af0ff52f82be9f4ed0d 100644 (file)
@@ -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
index 855f4e9c6c626831d0107355c899e64cbbf61d7d..502afa8d9d0054d2849890167547f5fc9d621103 100644 (file)
@@ -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