diff options
author | Camil Staps | 2018-02-06 11:56:59 +0100 |
---|---|---|
committer | Camil Staps | 2018-02-06 11:56:59 +0100 |
commit | 5a0971b84e5af2a1be707fa7292ac7b19ba1790a (patch) | |
tree | caea90560b690746d0fa02655f4abd149a13bed2 /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 |