-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathhie.yaml
28 lines (20 loc) · 781 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: "./lib"
component: "lib:pandoc-crossref"
- path: "./lib-internal"
component: "pandoc-crossref:lib:pandoc-crossref-internal"
- path: "./src/pandoc-crossref.hs"
component: "pandoc-crossref:exe:pandoc-crossref"
- path: "./src/ManData.hs"
component: "pandoc-crossref:exe:pandoc-crossref"
- path: "./src/Paths_pandoc_crossref.hs"
component: "pandoc-crossref:exe:pandoc-crossref"
- path: "./test"
component: "pandoc-crossref:test:test-integrative"
- path: "./test"
component: "pandoc-crossref:test:test-pandoc-crossref"
- path: "./test/bench-simple.hs"
component: "pandoc-crossref:bench:simple"
- path: "./test/Native.hs"
component: "pandoc-crossref:bench:simple"