From 38b8e7047b944a8f6ed41bea6bda1e7e3fe00259 Mon Sep 17 00:00:00 2001 From: quidtum Date: Mon, 30 Nov 2020 20:23:16 -0500 Subject: init --- test/Spec.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Spec.hs (limited to 'test') diff --git a/test/Spec.hs b/test/Spec.hs new file mode 100644 index 0000000..483dd2a --- /dev/null +++ b/test/Spec.hs @@ -0,0 +1,8 @@ +{-# LANGUAGE QuasiQuotes #-} +{-# LANGUAGE OverloadedStrings #-} +module Main (main) where + +import Lib (app) + +main :: IO () +main = return () -- cgit v1.2.3