-
Notifications
You must be signed in to change notification settings - Fork 41
/
hie-cabal.yaml
43 lines (30 loc) · 1.1 KB
/
hie-cabal.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
37
38
39
40
41
42
43
cradle:
cabal:
- path: "base-deriving-via/src"
component: "lib:base-deriving-via"
- path: "binary/src"
component: "lib:cardano-binary"
- path: "binary/test"
component: "cardano-binary:test:test"
- path: "cardano-crypto-class/src"
component: "lib:cardano-crypto-class"
- path: "cardano-crypto-class/memory-example"
component: "cardano-crypto-class:test:test-memory-example"
- path: "cardano-crypto-praos/src"
component: "lib:cardano-crypto-praos"
- path: "cardano-crypto-tests/src"
component: "lib:cardano-crypto-tests"
- path: "cardano-crypto-tests/test"
component: "cardano-crypto-tests:test:test-crypto"
- path: "heapwords"
component: "lib:heapwords"
- path: "measures/src"
component: "lib:measures"
- path: "measures/test"
component: "measures:test:test"
- path: "orphans-deriving-via/src"
component: "lib:orphans-deriving-via"
- path: "slotting/src"
component: "lib:cardano-slotting"
- path: "cardano-strict-containers"
component: "lib:cardano-strict-containers"