From 1ca6d9ccf5cfbcf6b13e8731f10bd51e071f85b6 Mon Sep 17 00:00:00 2001 From: sheaf Date: Fri, 27 Sep 2024 23:38:44 +0200 Subject: [PATCH] add back hie.yaml --- hie.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hie.yaml diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..2d2a538 --- /dev/null +++ b/hie.yaml @@ -0,0 +1,12 @@ +cradle: + cabal: + - path: "./brush-strokes/src" + component: "lib:brush-strokes" + - path: "./src/metabrushes" + component: "lib:metabrushes" + - path: "./src/convert" + component: "exe:convert-metafont" + - path: "./src/app" + component: "exe:MetaBrush" + - path: "./app" + component: "exe:MetaBrush"