diff options
author | pacien | 2019-12-21 19:28:58 +0100 |
---|---|---|
committer | pacien | 2019-12-21 19:28:58 +0100 |
commit | bbae6ddb97c0825f6b0b689f4d9eeac67515d1c1 (patch) | |
tree | fcf7b89c21b56a6587e53a1cb8e7678cba0b79bb /compiler/test | |
parent | 91d3148f97ca59769648f9307f3d7e65b1bd7e95 (diff) | |
download | ldgallery-bbae6ddb97c0825f6b0b689f4d9eeac67515d1c1.tar.gz |
compiler: init stack project
Diffstat (limited to 'compiler/test')
-rw-r--r-- | compiler/test/Spec.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | main :: IO () | ||
2 | main = putStrLn "Test suite not yet implemented" | ||