summaryrefslogtreecommitdiff
path: root/hie.yaml
blob: a79842fa951c59547b22c72479953fc6b45fc0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cradle:
  multi:
    - path: "./fig-utils/src/"
      config: { cradle: { cabal: { component: "fig-utils:lib:fig-utils" } } }
    - path: "./fig-bus/src/"
      config: { cradle: { cabal: { component: "fig-bus:lib:fig-bus" } } }
    - path: "./fig-bus/main/"
      config: { cradle: { cabal: { component: "fig-bus:exe:fig-bus" } } }
    - path: "./fig-monitor-twitch/src/"
      config: { cradle: { cabal: { component: "fig-monitor-twitch:lib:fig-monitor-twitch" } } }
    - path: "./fig-monitor-twitch/main/"
      config: { cradle: { cabal: { component: "fig-monitor-twitch:exe:fig-monitor-twitch" } } }
    - path: "./fig-monitor-discord/src/"
      config: { cradle: { cabal: { component: "fig-monitor-discord:lib:fig-monitor-discord" } } }
    - path: "./fig-monitor-discord/main/"
      config: { cradle: { cabal: { component: "fig-monitor-discord:exe:fig-monitor-discord" } } }
    - path: "./fig-monitor-irc/src/"
      config: { cradle: { cabal: { component: "fig-monitor-irc:lib:fig-monitor-irc" } } }
    - path: "./fig-monitor-irc/main/"
      config: { cradle: { cabal: { component: "fig-monitor-irc:exe:fig-monitor-irc" } } }
    - path: "./fig-monitor-bullfrog/src/"
      config: { cradle: { cabal: { component: "fig-monitor-bullfrog:lib:fig-monitor-bullfrog" } } }
    - path: "./fig-monitor-bullfrog/main/"
      config: { cradle: { cabal: { component: "fig-monitor-bullfrog:exe:fig-monitor-bullfrog" } } }
    - path: "./fig-bridge-irc-discord/src/"
      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-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/"
      config: { cradle: { cabal: { component: "fig-bless:exe:fig-bless" } } }
    - path: "./fig-emulator-gb/src/"
      config: { cradle: { cabal: { component: "fig-emulator-gb:lib:fig-emulator-gb" } } }
    - path: "./fig-emulator-gb/main/"
      config: { cradle: { cabal: { component: "fig-emulator-gb:exe:fig-emulator-gb" } } }