diff options
author | Marvin Borner | 2023-10-03 16:29:50 +0200 |
---|---|---|
committer | Marvin Borner | 2023-10-03 16:29:50 +0200 |
commit | 9825d231a90e0763218bb956f7894f24ab4836db (patch) | |
tree | 0e27fc8d41e8976ea6e738f09b7fe5de00fa987e /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 |