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 @@ -114,11 +114,11 @@ flag ghc-lib
114
114
manual : True
115
115
description : Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
116
116
117
- library hls-ghc-lib
117
+ library hlint-plugin
118
118
exposed-modules :
119
119
Ide.Plugin.Hlint
120
120
hs-source-dirs :
121
- src
121
+ hlint-plugin/ src
122
122
build-depends :
123
123
base
124
124
, aeson
@@ -203,7 +203,7 @@ executable haskell-language-server
203
203
, haskell-lsp
204
204
, hie-bios
205
205
, haskell-language-server
206
- , hls-ghc-lib
206
+ , hlint-plugin
207
207
, hslogger
208
208
, optparse-applicative
209
209
, 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