diff options
author | Teddy Wing | 2017-07-16 20:15:50 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-16 20:18:36 +0200 |
commit | 06c681f7cf3c59f5900063fa60582ce2b084369d (patch) | |
tree | e19c8655b3945d48bc79944e2565c399514e9d90 /Setup.hs | |
download | sorbot-06c681f7cf3c59f5900063fa60582ce2b084369d.tar.bz2 |
New Haskell Stack project
$ stack new sorbot new-template
GHC v8.0.2
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |