diff options
author | rekado <rekado@elephly.net> | 2013-08-20 20:56:23 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-08-20 21:41:41 +0800 |
commit | 382f57ce11c33add44098a4ba8c688982fac65a2 (patch) | |
tree | f8a3339f7888ca6b496ced469ed3a0dd6360a20c /Setup.hs |
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 |