diff options
| author | Luke Hoersten <[email protected]> | 2014-12-08 22:31:25 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2014-12-08 22:31:25 -0600 |
| commit | 0b181b282ce066d3804757de9b0f8fd7501e6c4b (patch) | |
| tree | d72cc88f4c0eb97b04c56b53fac2d182214b40d4 /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 |
