File tree Expand file tree Collapse file tree 6 files changed +28
-23
lines changed Expand file tree Collapse file tree 6 files changed +28
-23
lines changed Original file line number Diff line number Diff line change @@ -685,16 +685,16 @@ templates.
685
685
# ### Using Cabal
686
686
687
687
` ` ` shell
688
- $ cp hie.yaml.cbl hie.yaml
689
- $ cp install/hie.yaml.cbl install/hie.yaml
688
+ $ cp hie-cabal .yaml hie.yaml
689
+ $ cp install/hie-cabal .yaml install/hie.yaml
690
690
` ` `
691
691
692
692
# ### Using Stack
693
693
694
694
` ` ` shell
695
- $ cp hie.yaml.stack hie.yaml
696
- $ cp install/hie.yaml.stack install/hie.yaml
697
- $ cp ghcide/hie.yaml.stack ghcide/hie.yaml
695
+ $ cp hie-stack .yaml hie.yaml
696
+ $ cp install/hie-stack .yaml install/hie.yaml
697
+ $ cp ghcide/hie-stack .yaml ghcide/hie.yaml
698
698
$ stack build --test --no-run-tests
699
699
$ cd install
700
700
$ stack build
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ cradle:
25
25
- path : " ./plugins/default/src"
26
26
component : " haskell-language-server:exe:haskell-language-server"
27
27
28
- - path: " ./plugins/tactics/src"
29
- component: " lib:hls-tactics-plugin"
30
-
31
28
- path : " ./exe/Wrapper.hs"
32
29
component : " haskell-language-server:exe:haskell-language-server-wrapper"
33
30
@@ -44,7 +41,21 @@ cradle:
44
41
component : " ghcide:exe:ghcide"
45
42
46
43
- path : " ./hls-plugin-api/src"
47
- component: " hls-plugin-api:lib:hls-plugin-api"
44
+ component : " hls-plugin-api"
45
+
46
+ # Plugins:
47
+
48
+ - path : " ./plugins/tactics/src"
49
+ component : " hls-tactics-plugin:lib:hls-tactics-plugin"
50
+
51
+ - path : " ./plugins/tactics/test"
52
+ component : " hls-tactics-plugin:test:tests"
48
53
49
54
- path : " ./plugins/hls-hlint-plugin/src"
50
- component: " lib:hls-hlint-plugin"
55
+ component : " hls-hlint-plugin"
56
+
57
+ - path : " ./plugins/hls-retrie-plugin/src"
58
+ component : " hls-retrie-plugin"
59
+
60
+ - path : " ./plugins/hls-explicit-imports-plugin/src"
61
+ component : " hls-explicit-imports-plugin"
Original file line number Diff line number Diff line change @@ -36,15 +36,17 @@ cradle:
36
36
- path : " ./test/wrapper"
37
37
component : " haskell-language-server:test:wrapper-test"
38
38
39
+ - path : " ./hls-plugin-api/src"
40
+ component : " hls-plugin-api:lib"
41
+
42
+ # Plugins:
43
+
39
44
- path : " ./plugins/hls-explicit-imports-plugin/src"
40
45
component : " hls-explicit-imports-plugin:lib"
41
46
42
47
- path : " ./plugins/hls-hlint-plugin/src"
43
48
component : " hls-hlint-plugin:lib"
44
49
45
- - path: "./hls-plugin-api/src"
46
- component: "hls-plugin-api:lib"
47
-
48
50
- path : " ./plugins/hls-retrie-plugin/src"
49
51
component : " hls-retrie-plugin:lib"
50
52
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ cabal-version: 2.2
2
2
category : Development
3
3
name : hls-tactics-plugin
4
4
version : 0.5.1.0
5
- synopsis : LSP server for GHC
6
- description :
7
- Please see the README on GitHub at <https://github.com/isovector/hls-tactics-plugin#readme>
8
-
9
- homepage : https://github.com/isovector/hls-tactics-plugin#readme
10
- bug-reports : https://github.com/isovector/hls-tactics-plugin/issues
5
+ synopsis : Tactics plugin for Haskell Language Server
6
+ description : Please see README.md
11
7
author : Sandy Maguire, Reed Mullanix
12
8
maintainer : sandy@sandymaguire.me
13
9
copyright : Sandy Maguire, Reed Mullanix
@@ -23,10 +19,6 @@ flag pedantic
23
19
default : False
24
20
manual : True
25
21
26
- source-repository head
27
- type : git
28
- location : https://github.com/isovector/hls-tactics-plugin
29
-
30
22
library
31
23
hs-source-dirs : src
32
24
exposed-modules :
You can’t perform that action at this time.
0 commit comments