File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ flag ghc-lib
113
113
manual : True
114
114
description : Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
115
115
116
- library hls-ghc-lib
116
+ library hlint-plugin
117
117
exposed-modules :
118
118
Ide.Plugin.Hlint
119
119
hs-source-dirs :
120
- src
120
+ hlint-plugin/ src
121
121
build-depends :
122
122
base
123
123
, aeson
@@ -215,7 +215,7 @@ executable haskell-language-server
215
215
, haskell-lsp
216
216
, hie-bios >= 0.4
217
217
, haskell-language-server
218
- , hls-ghc-lib
218
+ , hlint-plugin
219
219
, hslogger
220
220
, optparse-applicative
221
221
, 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