Skip to content

Commit c738039

Browse files
committed
Add class plugin to hie.yaml
1 parent da90833 commit c738039

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hie-cabal.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ cradle:
4545

4646
# Plugins:
4747

48+
- path: "./plugins/hls-class-plugin/src"
49+
component: "hls-class-plugin"
50+
4851
- path: "./plugins/tactics/src"
4952
component: "hls-tactics-plugin:lib:hls-tactics-plugin"
5053

hie-stack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ cradle:
4141

4242
# Plugins:
4343

44+
- path: "./plugins/hls-class-plugin/src"
45+
component: "hls-class-plugin:lib"
46+
4447
- path: "./plugins/hls-explicit-imports-plugin/src"
4548
component: "hls-explicit-imports-plugin:lib"
4649

0 commit comments

Comments
 (0)