forked from jgm/pandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
31 lines (22 loc) · 815 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
29
30
31
cradle:
cabal:
- path: "./xml-light"
component: "pandoc:lib:xml-light"
- path: "./src"
component: "lib:pandoc"
- path: "./test"
component: "pandoc:test:test-pandoc"
- path: "./benchmark/benchmark-pandoc.hs"
component: "pandoc:bench:benchmark-pandoc"
- path: "pandoc-cli/no-lua/pandoc.hs"
component: "pandoc-cli:exe:pandoc"
- path: "pandoc-cli/no-lua/PandocCLI/Lua.hs"
component: "pandoc-cli:exe:pandoc"
- path: "pandoc-cli/no-lua/PandocCLI/Server.hs"
component: "pandoc-cli:exe:pandoc"
- path: "pandoc-lua-engine/src"
component: "lib:pandoc-lua-engine"
- path: "pandoc-lua-engine/test"
component: "pandoc-lua-engine:test:test-pandoc-lua-engine"
- path: "pandoc-server/src"
component: "lib:pandoc-server"