diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-14 19:01:03 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-14 19:01:03 -0500 |
| commit | d91c6bb446d0284f096cc6cfc9a7f9ac7f8afb1e (patch) | |
| tree | bbe259dee2c6d869570565618a3aa86a00e9f5b3 /hie.yaml | |
| parent | b27c50d962c43dfc3660d28fc0a096966c5a1066 (diff) | |
Add fig-bless
Diffstat (limited to 'hie.yaml')
| -rw-r--r-- | hie.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,3 +30,7 @@ cradle: config: { cradle: { cabal: { component: "fig-frontend:lib:fig-frontend" } } } - path: "./fig-frontend/main/" config: { cradle: { cabal: { component: "fig-frontend:exe:fig-frontend" } } } + - path: "./fig-bless/src/" + config: { cradle: { cabal: { component: "fig-bless:lib:fig-bless" } } } + - path: "./fig-bless/main/" + config: { cradle: { cabal: { component: "fig-bless:exe:fig-bless" } } } |
