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 @@ -122,11 +122,11 @@ flag ghc-lib
122
122
manual : True
123
123
description : Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
124
124
125
- library hls-ghc-lib
125
+ library hlint-plugin
126
126
exposed-modules :
127
127
Ide.Plugin.Hlint
128
128
hs-source-dirs :
129
- src
129
+ hlint-plugin/ src
130
130
build-depends :
131
131
base
132
132
, aeson
@@ -211,7 +211,7 @@ executable haskell-language-server
211
211
, haskell-lsp
212
212
, hie-bios
213
213
, haskell-language-server
214
- , hls-ghc-lib
214
+ , hlint-plugin
215
215
, hslogger
216
216
, optparse-applicative
217
217
, 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