diff --git a/hie.yaml b/hie.yaml
index 4ef275e05d80f02a7a3fc08fb2c48e00a656102d..c5828f1d769c5e47074f8c5e17d0d0ee2132f942 100644
--- a/hie.yaml
+++ b/hie.yaml
@@ -1,2 +1,10 @@
 cradle:
   stack:
+    - path: "./src"
+      component: "hgit:lib"
+
+    - path: "./test/unit"
+      component: "hgit:test:unit"
+
+    - path: "./test/repo"
+      component: "hgit:test:repo"
\ No newline at end of file