From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- hie.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hie.yaml (limited to 'hie.yaml') diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..c701ef0 --- /dev/null +++ b/hie.yaml @@ -0,0 +1,8 @@ +cradle: + stack: + - path: "./test/" + component: "zf:zf-test" + - path: "./source/" + component: "zf:lib" + - path: "./cli/Main.hs" + component: "zf" -- cgit v1.2.3