From bbae6ddb97c0825f6b0b689f4d9eeac67515d1c1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Dec 2019 19:28:58 +0100 Subject: compiler: init stack project --- compiler/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 compiler/Setup.hs (limited to 'compiler/Setup.hs') diff --git a/compiler/Setup.hs b/compiler/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/compiler/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3