-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
hie.yaml
28 lines (20 loc) · 887 Bytes
/
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
cradle:
cabal:
- path: "commonmark/src"
component: "lib:commonmark"
- path: "commonmark/test"
component: "commonmark:test:test-commonmark"
- path: "commonmark/benchmark/benchmark.hs"
component: "commonmark:bench:benchmark-commonmark"
- path: "commonmark-cli/src/convert.hs"
component: "commonmark-cli:exe:commonmark"
- path: "commonmark-cli/src/Paths_commonmark_cli.hs"
component: "commonmark-cli:exe:commonmark"
- path: "commonmark-extensions/src"
component: "lib:commonmark-extensions"
- path: "commonmark-extensions/test"
component: "commonmark-extensions:test:test-commonmark-extensions"
- path: "commonmark-extensions/benchmark/benchmark.hs"
component: "commonmark-extensions:bench:benchmark-commonmark-extensions"
- path: "commonmark-pandoc/src"
component: "lib:commonmark-pandoc"