summaryrefslogtreecommitdiff
path: root/hie.yaml
blob: c9cb7601f955f44f736d42ebed7c1b6a6019e00d (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-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-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" } } }