-
Notifications
You must be signed in to change notification settings - Fork 1
/
hie.yaml
31 lines (30 loc) · 1.12 KB
/
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
cradle:
cabal:
- path: "./ergo-hs-common/src"
component: "ergo-hs-common:lib:ergo-hs-common"
- path: "./cardano-tx/src"
component: "cardano-tx:lib:cardano-tx"
- path: "./dex-core/src"
component: "dex-core:lib:dex-core"
- path: "./dex-core/test"
component: "dex-core:test:dex-core-tests"
- path: "./quickblue/src"
component: "quickblue:lib:quickblue"
- path: "./network-api/src"
component: "network-api:lib:network-api"
- path: "./wallet-api/src"
component: "wallet-api:lib:wallet-api"
- path: "./submit-api/src"
component: "submit-api:lib:submit-api"
- path: "./submit-api/test"
component: "submit-api:test:submit-api-tests"
- path: "./datum-keeper-client/src"
component: "datum-keeper-client:lib:datum-keeper-client"
- path: "./spectrum/src"
component: "spectrum:lib:spectrum"
- path: "./algebra-core/src"
component: "algebra-core:lib:algebra-core"
- path: "./spectrum-prelude/src"
component: "spectrum-prelude:lib:spectrum-prelude"
- path: "./ledger-sync/src"
component: "ledger-sync:lib:ledger-sync"