hnix-store/hie.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

cradle:
cabal:
- path: "./hnix-store-core/src"
component: "lib:hnix-store-core"
- path: "./hnix-store-core/tests"
component: "hnix-store-core:test:core"
2023-11-22 09:19:49 +03:00
- path: "./hnix-store-db/src"
component: "lib:hnix-store-db"
- path: "./hnix-store-db/tests"
component: "hnix-store-db:test:db"
2023-11-22 12:44:11 +03:00
- path: "./hnix-store-nar/src"
component: "lib:hnix-store-nar"
- path: "./hnix-store-nar/tests"
component: "hnix-store-nar:test:nar"
2023-11-22 12:10:58 +03:00
- path: "./hnix-store-readonly/src"
component: "lib:hnix-store-readonly"
- path: "./hnix-store-readonly/tests"
component: "hnix-store-readonly:test:readonly"
- path: "./hnix-store-remote/src"
component: "lib:hnix-store-remote"
- path: "./hnix-store-remote/tests"
component: "hnix-store-remote:test:remote"
- path: "./hnix-store-remote/tests-io"
component: "hnix-store-remote:test:remote-io"
2023-11-22 09:19:49 +03:00
- path: "./hnix-store-tests/src"
component: "lib:hnix-store-tests"
- path: "./hnix-store-tests/tests"
component: "hnix-store-tests:test:props"