File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ flag ghc-lib
112
112
manual : True
113
113
description : Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
114
114
115
- library hls-ghc-lib
115
+ library hlint-plugin
116
116
exposed-modules :
117
117
Ide.Plugin.Hlint
118
118
hs-source-dirs :
119
- src
119
+ hlint-plugin/ src
120
120
build-depends :
121
121
base
122
122
, aeson
@@ -214,7 +214,7 @@ executable haskell-language-server
214
214
, haskell-lsp
215
215
, hie-bios >= 0.4
216
216
, haskell-language-server
217
- , hls-ghc-lib
217
+ , hlint-plugin
218
218
, hslogger
219
219
, optparse-applicative
220
220
, safe-exceptions
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ cradle:
28
28
- path: " ./src"
29
29
component: " lib:haskell-language-server"
30
30
31
- - path: " ./src/Ide/Plugin/Hlint.hs"
32
- component: " lib:hls-ghc-lib "
31
+ - path: " ./hlint-plugin/ src/Ide/Plugin/Hlint.hs"
32
+ component: " lib:hlint-plugin "
33
33
34
- - path: " ./.stack-work /"
34
+ - path: " ./dist-newstyle /"
35
35
component: " lib:haskell-language-server"
36
36
37
37
- path: " ./ghcide/src"
You can’t perform that action at this time.
0 commit comments