diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 15:19:14 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 15:19:14 +0200 |
commit | e4fe9710287960438856fa78b697ccae64b7e2eb (patch) | |
tree | 6d9283aa148a912f219acc6e0d9307f448736b69 /Setup.hs | |
download | 2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar 2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.gz 2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.bz2 2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.xz 2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.zip |
Build framework
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 | ||