From 5364332c05749268000c2ac3f0e6880f965e5fdc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Oct 2025 14:02:50 +0530 Subject: Init setup with simple tui --- specs/Main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 specs/Main.hs (limited to 'specs/Main.hs') diff --git a/specs/Main.hs b/specs/Main.hs new file mode 100644 index 0000000..e22c414 --- /dev/null +++ b/specs/Main.hs @@ -0,0 +1,8 @@ +module Main (main) where + +import qualified Specs.FooSpec +import Test.Hspec (hspec) + +main :: IO () +main = hspec $ do + Specs.FooSpec.test -- cgit v1.3.1