diff options
| author | Carlos Sosa <carlos.sosa@valimail.com> | 2019-07-30 15:56:18 -0700 |
|---|---|---|
| committer | Carlos Sosa <carlos.sosa@valimail.com> | 2019-07-30 15:56:18 -0700 |
| commit | 2a104eff7548fd9ef168b312c7dfca0ea9731b6d (patch) | |
| tree | 55944323a1860426fc747f17f4cc77d8a2736f43 /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 |
