Skip to content

Commit 2d137bb

Browse files
committed
Move hlint plugin to a more generic path
1 parent 3b85abf commit 2d137bb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ library hlint-plugin
117117
exposed-modules:
118118
Ide.Plugin.Hlint
119119
hs-source-dirs:
120-
hlint-plugin/src
120+
plugins/hlint-hls-plugin/src
121121
build-depends:
122122
base
123123
, aeson

hie.yaml.cbl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ cradle:
1515

1616
- path: "./test/utils/"
1717
component: "haskell-language-server:func-test"
18-
18+
1919
- path: "./exe/Main.hs"
2020
component: "haskell-language-server:exe:haskell-language-server"
21-
21+
2222
- path: "./exe/Arguments.hs"
2323
component: "haskell-language-server:exe:haskell-language-server"
2424

2525
- path: "./exe/Wrapper.hs"
2626
component: "haskell-language-server:exe:haskell-language-server-wrapper"
27-
27+
2828
- path: "./src"
2929
component: "lib:haskell-language-server"
30-
31-
- path: "./hlint-plugin/src/Ide/Plugin/Hlint.hs"
30+
31+
- path: "./plugins/hlint-hls-plugin/src/Ide/Plugin/Hlint.hs"
3232
component: "lib:hlint-plugin"
3333

3434
- path: "./dist-newstyle/"
3535
component: "lib:haskell-language-server"
36-
36+
3737
- path: "./ghcide/src"
3838
component: "ghcide:lib:ghcide"
39-
39+
4040
- path: "./ghcide/exe"
4141
component: "ghcide:exe:ghcide"

0 commit comments

Comments
 (0)