diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-04-06 03:16:36 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-04-06 15:56:28 +0800 |
commit | cd428a60b178aa621ac26e47a7d404af596eecd1 (patch) | |
tree | b13f55dfbf6682d4c380013f75dcb8a482ba93c6 /Setup.hs | |
download | juandelacosa-cd428a60b178aa621ac26e47a7d404af596eecd1.tar.gz |
Version 0.0.1
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 |