Skip to content

Commit

Permalink
Add class plugin to hie.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Dec 23, 2020
1 parent da90833 commit c738039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hie-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ cradle:

# Plugins:

- path: "./plugins/hls-class-plugin/src"
component: "hls-class-plugin"

- path: "./plugins/tactics/src"
component: "hls-tactics-plugin:lib:hls-tactics-plugin"

Expand Down
3 changes: 3 additions & 0 deletions hie-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ cradle:

# Plugins:

- path: "./plugins/hls-class-plugin/src"
component: "hls-class-plugin:lib"

- path: "./plugins/hls-explicit-imports-plugin/src"
component: "hls-explicit-imports-plugin:lib"

Expand Down

0 comments on commit c738039

Please # to comment.