From 7553b33b4d3caedd5650953acf7ae440f2154735 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Dec 2024 16:35:10 +0530 Subject: Init commit with hello world shit --- hie.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hie.yaml (limited to 'hie.yaml') diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..1469d4a --- /dev/null +++ b/hie.yaml @@ -0,0 +1,10 @@ +cradle: + cabal: + - path: "./src" + component: "lib:lib-chelleport" + + - path: "./bin/Main.hs" + component: "exe:chelleport" + + - path: "./specs" + component: "test:specs" -- cgit v1.3.1