Skip to content

Commit 3860b5b

Browse files
committed
Rename lib to hlint-plugin
1 parent 7596d3b commit 3860b5b

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

125-
library hls-ghc-lib
125+
library hlint-plugin
126126
exposed-modules:
127127
Ide.Plugin.Hlint
128128
hs-source-dirs:
129-
src
129+
hlint-plugin/src
130130
build-depends:
131131
base
132132
, aeson
@@ -211,7 +211,7 @@ executable haskell-language-server
211211
, haskell-lsp
212212
, hie-bios
213213
, haskell-language-server
214-
, hls-ghc-lib
214+
, hlint-plugin
215215
, hslogger
216216
, optparse-applicative
217217
, 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)