Skip to content

Commit e6dd6c4

Browse files
committed
Rename lib to hlint-plugin
1 parent 830068e commit e6dd6c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

haskell-language-server.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ flag ghc-lib
112112
manual: True
113113
description: Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
114114

115-
library hls-ghc-lib
115+
library hlint-plugin
116116
exposed-modules:
117117
Ide.Plugin.Hlint
118118
hs-source-dirs:
119-
src
119+
hlint-plugin/src
120120
build-depends:
121121
base
122122
, aeson
@@ -214,7 +214,7 @@ executable haskell-language-server
214214
, haskell-lsp
215215
, hie-bios >= 0.4
216216
, haskell-language-server
217-
, hls-ghc-lib
217+
, hlint-plugin
218218
, hslogger
219219
, optparse-applicative
220220
, safe-exceptions

hie.yaml.cbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ cradle:
2828
- path: "./src"
2929
component: "lib:haskell-language-server"
3030

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"
3333

34-
- path: "./.stack-work/"
34+
- path: "./dist-newstyle/"
3535
component: "lib:haskell-language-server"
3636

3737
- path: "./ghcide/src"

0 commit comments

Comments
 (0)