diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 20:56:44 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-02 20:56:44 +0200 |
commit | 448046fd26c4f04cecde5b7496eaff746981ec67 (patch) | |
tree | 9b4c64cf427be9ba99514a46ceac1c2d92a1561f /Setup.hs | |
download | trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.gz trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.bz2 trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.tar.xz trivstream-448046fd26c4f04cecde5b7496eaff746981ec67.zip |
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 | ||