Skip to content

Commit 678ae40

Browse files
committed
Move hlint plugin to a more generic path
1 parent e6dd6c4 commit 678ae40

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
@@ -116,7 +116,7 @@ library hlint-plugin
116116
exposed-modules:
117117
Ide.Plugin.Hlint
118118
hs-source-dirs:
119-
hlint-plugin/src
119+
plugins/hlint-hls-plugin/src
120120
build-depends:
121121
base
122122
, 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)