From 06c681f7cf3c59f5900063fa60582ce2b084369d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 16 Jul 2017 20:15:50 +0200 Subject: New Haskell Stack project $ stack new sorbot new-template GHC v8.0.2 --- Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3