From b5ad38573d27e0732d0fadfebd98de1f753b4f07 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sun, 31 Jan 2021 21:25:59 +0200 Subject: [PATCH] help HLSes determine the root of the project and the cradles --- hie.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hie.yaml diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..04d4d5e --- /dev/null +++ b/hie.yaml @@ -0,0 +1,13 @@ +cradle: + cabal: + - path: "./hnix-store-core/src" + component: "lib:hnix-store-core" + + - path: "./hnix-store-core/tests" + component: "hnix-store-core:test:format-tests" + + - path: "./hnix-store-remote/src" + component: "lib:hnix-store-remote" + + - path: "./hnix-store-remote/tests" + component: "hnix-store-remote:test:hnix-store-remote-tests"