-
Notifications
You must be signed in to change notification settings - Fork 146
/
hie.yaml
31 lines (22 loc) · 825 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: "./Shakefile/src"
component: "build-elm-format:exe:build-elm-format"
- path: "./avh4-lib/src/"
component: "lib:avh4-lib"
- path: "./avh4-lib/test/"
component: "avh4-lib:test:al-tests"
- path: "./elm-format-lib/src/"
component: "lib:elm-format-lib"
- path: "./elm-format-lib/test/"
component: "elm-format-lib:test:efl-tests"
- path: "./elm-format-markdown/"
component: "lib:elm-format-markdown"
- path: "./elm-format-test-lib/src/"
component: "lib:elm-format-test-lib"
- path: "./elm-format-test-lib/test/"
component: "elm-format-test-lib:test:elm-format-test-lib-tests"
- path: "./src/"
component: "elm-format:exe:elm-format"
- path: "./tests/"
component: "elm-format:test:elm-format-tests"