diff options
author | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-27 21:07:43 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-27 21:07:43 -0500 |
commit | 3d3163a1028e99e5073fd39adc9aee5d76a5e5a2 (patch) | |
tree | d1cff9ed00418183d3ed8de412d0fdccd7666eaf /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 |