Skip to content

Commit 09f7448

Browse files
committed
Rename lib to hlint-plugin
1 parent c9e12cf commit 09f7448

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

117-
library hls-ghc-lib
117+
library hlint-plugin
118118
exposed-modules:
119119
Ide.Plugin.Hlint
120120
hs-source-dirs:
121-
src
121+
hlint-plugin/src
122122
build-depends:
123123
base
124124
, aeson
@@ -203,7 +203,7 @@ executable haskell-language-server
203203
, haskell-lsp
204204
, hie-bios
205205
, haskell-language-server
206-
, hls-ghc-lib
206+
, hlint-plugin
207207
, hslogger
208208
, optparse-applicative
209209
, 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)