diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-11 13:40:58 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-11 13:40:58 +0400 |
commit | b2a81b581db7f328e0ec345104fb2fea1cae1296 (patch) | |
tree | 738da87100d190af4ee34edff603a74eb7103f45 /Setup.hs |
Initial commit.
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 00000000..9a994af6 --- /dev/null +++ b/Setup.hs | |||
@@ -0,0 +1,2 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||