diff options
author | Gregor Kleen <aethoago@141.li> | 2017-01-26 15:02:04 +0100 |
---|---|---|
committer | Gregor Kleen <aethoago@141.li> | 2017-01-26 15:02:04 +0100 |
commit | 443f196032530cbd9eb39606c2daf4294460a44b (patch) | |
tree | 373c0ebddfc5483d673cd8509959220dba1858b1 /Setup.hs | |
download | postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.gz postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.bz2 postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.xz postdelay-443f196032530cbd9eb39606c2daf4294460a44b.zip |
Project skeleton
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 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||