aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTeddy Wing2017-07-16 20:15:50 +0200
committerTeddy Wing2017-07-16 20:18:36 +0200
commit06c681f7cf3c59f5900063fa60582ce2b084369d (patch)
treee19c8655b3945d48bc79944e2565c399514e9d90 /app
downloadsorbot-06c681f7cf3c59f5900063fa60582ce2b084369d.tar.bz2
New Haskell Stack project
$ stack new sorbot new-template GHC v8.0.2
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs6
1 files changed, 6 insertions, 0 deletions
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