diff options
author | Joris | 2016-03-13 21:26:03 +0100 |
---|---|---|
committer | Joris | 2016-03-13 21:26:03 +0100 |
commit | 47623ec732ec19c765c0a1ebffd9b234f81e0d01 (patch) | |
tree | a52969d730e64d1303e62efa8c36b03a7be7f1a5 /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 0000000..9a994af --- /dev/null +++ b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain |