From 5364332c05749268000c2ac3f0e6880f965e5fdc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Oct 2025 14:02:50 +0530 Subject: Init setup with simple tui --- 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..6522bf1 --- /dev/null +++ b/hie.yaml @@ -0,0 +1,10 @@ +cradle: + cabal: + - path: "./lib" + component: "lib:lib-daffm" + + - path: "./exe/Main.hs" + component: "exe:daffm" + + - path: "./specs" + component: "test:specs" -- cgit v1.3.1