Skip to content

Commit 5729c2e

Browse files
authored
Merge pull request #439 from jneira/hls-plugin-api-0.4.1
Use ghcide master and prepare hls-plugin-api-0.4.1.0
2 parents ec3c07e + 66bb8e6 commit 5729c2e

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

ghcide

Submodule ghcide updated 44 files

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
cabal-version: 2.2
22
name: hls-plugin-api
3-
version: 0.4.0.0
3+
version: 0.4.1.0
44
synopsis: Haskell Language Server API for plugin communication
5-
description: Please see README.md
5+
description:
6+
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
7+
homepage: https://github.com/haskell/haskell-language-server/hls-plugin-api
8+
bug-reports: https://github.com/haskell/haskell-language-server/issues
69
license: Apache-2.0
710
license-file: LICENSE
811
author: Many,TBD when we release
@@ -16,6 +19,10 @@ flag pedantic
1619
default: False
1720
manual: True
1821

22+
source-repository head
23+
type: git
24+
location: https://github.com/haskell/haskell-language-server
25+
1926
library
2027
exposed-modules:
2128
Ide.Logger
@@ -35,7 +42,7 @@ library
3542
, Diff
3643
, ghc
3744
, ghc-boot-th
38-
, ghcide >=0.1
45+
, ghcide >=0.4
3946
, haskell-lsp ^>=0.22
4047
, hslogger
4148
, lens

test/functional/Tactic.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ tests = testGroup
5858
[ (id, Destruct, "eab")
5959
, (id, Homomorphism, "eab")
6060
]
61-
, mkTest
62-
"Can destruct globals"
63-
"T2.hs" 8 8
64-
[ (id, Destruct, "global")
65-
]
6661
, mkTest
6762
"Won't suggest homomorphism on the wrong type"
6863
"T2.hs" 8 8

0 commit comments

Comments
 (0)