This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
36 lines (36 loc) · 1.44 KB
/
hie.yaml
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
cradle:
multi:
- path: "./carbon-blaze-html"
config: { cradle: { cabal: { component: "lib:carbon-blaze-html" } } }
- path: "./carbon-lucid"
config: { cradle: { cabal: { component: "lib:carbon-lucid" } } }
- path: "./carbon-svg"
config: { cradle: { cabal: { component: "lib:carbon-svg" } } }
- path: "./carbon-icons"
config: { cradle: { cabal: { component: "lib:carbon-icons" } } }
- path: "./carbon-pictograms"
config: { cradle: { cabal: { component: "lib:carbon-pictograms" } } }
- path: "./carbon-tools"
config:
cradle:
cabal:
- path: "./carbon-tools/src"
component: "lib:carbon-tools"
- path: "./carbon-tools/bin/GenerateIcons.hs"
component: "carbon-tools:exe:icons"
- path: "./carbon-tools/bin/GeneratePictograms.hs"
component: "carbon-tools:exe:pictograms"
- path: "./carbon-tools/bin/GenerateLucid.hs"
component: "carbon-tools:exe:lucid"
- path: "./carbon-tools/bin/GenerateBlaze.hs"
component: "carbon-tools:exe:blaze"
- path: "./examples"
config:
cradle:
cabal:
- path: "./examples/lib"
component: "lib:examples"
- path: "./examples/with-lucid"
component: "examples:exe:lucid"
- path: "./examples/with-blaze-html"
component: "examples:exe:blaze-html"