From c1a886bb59f5f819aa4d20b3a7d59ae9efffd804 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 8 Mar 2016 01:12:22 +0100 Subject: Import new stack project. Created with stack new fun quickcheck-test-framework --- app/Main.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/Main.hs (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs new file mode 100644 index 0000000..de1c1ab --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import Lib + +main :: IO () +main = someFunc -- cgit v1.2.3