Skip to content

Commit 16fcb73

Browse files
committed
root hie.yaml sp lsp can handle monorepo
1 parent 2187c9c commit 16fcb73

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

hie.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
cradle:
2+
cabal:
3+
# cardano-db
4+
- path: "./cardano-db/src"
5+
component: "lib:cardano-db"
6+
- path: "./cardano-db/test"
7+
component: "cardano-db:test:test"
8+
9+
# cardano-db-sync
10+
- path: "./cardano-db-sync/src"
11+
component: "lib:cardano-db-sync"
12+
- path: "./cardano-db-sync/app"
13+
component: "exe:cardano-db-sync"
14+
- path: "./cardano-db-sync/test"
15+
component: "cardano-db-sync:test:test"
16+
17+
# cardano-db-tool
18+
- path: "./cardano-db-tool/src"
19+
component: "lib:cardano-db-tool"
20+
- path: "./cardano-db-tool/app"
21+
component: "exe:cardano-db-tool"
22+
23+
# cardano-smash-server
24+
- path: "./cardano-smash-server/src"
25+
component: "lib:cardano-smash-server"
26+
- path: "./cardano-smash-server/app"
27+
component: "exe:cardano-smash-server"
28+
29+
# cardano-chain-gen
30+
- path: "./cardano-chain-gen/src"
31+
component: "lib:cardano-chain-gen"
32+
- path: "./cardano-chain-gen/test"
33+
component: "cardano-chain-gen:test:cardano-chain-gen"

0 commit comments

Comments
 (0)