From f7da847e070a2a8360e4cf88162543b6f6627623 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Apr 2014 02:55:05 +0200 Subject: initial commit --- Setup.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..cd7dc32 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,3 @@ +#!/usr/bin/env runhaskell +import Distribution.Simple +main = defaultMain -- cgit v1.2.3