Skip to content

Commit 3b85abf

Browse files
committed
Rename lib to hlint-plugin
1 parent b70338e commit 3b85abf

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
@@ -113,11 +113,11 @@ flag ghc-lib
113113
manual: True
114114
description: Force dependency on ghc-lib-parser even if GHC API in the ghc package is supported
115115

116-
library hls-ghc-lib
116+
library hlint-plugin
117117
exposed-modules:
118118
Ide.Plugin.Hlint
119119
hs-source-dirs:
120-
src
120+
hlint-plugin/src
121121
build-depends:
122122
base
123123
, aeson
@@ -215,7 +215,7 @@ executable haskell-language-server
215215
, haskell-lsp
216216
, hie-bios >= 0.4
217217
, haskell-language-server
218-
, hls-ghc-lib
218+
, hlint-plugin
219219
, hslogger
220220
, optparse-applicative
221221
, 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)