summaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-01-14 19:01:03 -0500
committerLLLL Colonq <llll@colonq>2024-01-14 19:01:03 -0500
commitd91c6bb446d0284f096cc6cfc9a7f9ac7f8afb1e (patch)
treebbe259dee2c6d869570565618a3aa86a00e9f5b3 /hie.yaml
parentb27c50d962c43dfc3660d28fc0a096966c5a1066 (diff)
Add fig-bless
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
index 45fa0c6..dfe90ef 100644
--- a/hie.yaml
+++ b/hie.yaml
@@ -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" } } }