diff options
author | joe <joe@blackbird> | 2014-01-04 20:18:10 -0500 |
---|---|---|
committer | joe <joe@blackbird> | 2014-01-04 20:18:10 -0500 |
commit | 2db4a8d2b09bb0c03d337b1ff050dae6db2e97eb (patch) | |
tree | fe5fd7f867fefc68d0ca1d055f4320ec25309ca1 | |
parent | c83f852ad053546001b34df5a9d976b0a404c678 (diff) |
Added Setup.hs for easy debianization.
-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 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||