summaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-07 22:51:56 -0500
committerLLLL Colonq <llll@colonq>2024-11-07 22:51:56 -0500
commit309bdcc15db562633ff73da4021f0020f1c0cf6d (patch)
treee465b2035d0bed8c53960322ff041122299cbd2f /hie.yaml
parent624f7ba8b2fcda6675951dd8d41dcc99017484cf (diff)
Secured API
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/hie.yaml b/hie.yaml
index c9cb760..a79842f 100644
--- a/hie.yaml
+++ b/hie.yaml
@@ -26,10 +26,10 @@ cradle:
config: { cradle: { cabal: { component: "fig-bridge-irc-discord:lib:fig-bridge-irc-discord" } } }
- path: "./fig-bridge-irc-discord/main/"
config: { cradle: { cabal: { component: "fig-bridge-irc-discord:exe:fig-bridge-irc-discord" } } }
- - path: "./fig-frontend/src/"
- config: { cradle: { cabal: { component: "fig-frontend:lib:fig-frontend" } } }
- - path: "./fig-frontend/main/"
- config: { cradle: { cabal: { component: "fig-frontend:exe:fig-frontend" } } }
+ - path: "./fig-web/src/"
+ config: { cradle: { cabal: { component: "fig-web:lib:fig-web" } } }
+ - path: "./fig-web/main/"
+ config: { cradle: { cabal: { component: "fig-web:exe:fig-web" } } }
- path: "./fig-bless/src/"
config: { cradle: { cabal: { component: "fig-bless:lib:fig-bless" } } }
- path: "./fig-bless/main/"