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/test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 compiler/test/Spec.hs (limited to 'compiler/test') diff --git a/compiler/test/Spec.hs b/compiler/test/Spec.hs new file mode 100644 index 0000000..cd4753f --- /dev/null +++ b/compiler/test/Spec.hs @@ -0,0 +1,2 @@ +main :: IO () +main = putStrLn "Test suite not yet implemented" -- cgit v1.2.3