From 0b7522a710d69a00502dccedec81aae8075e77f7 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
Date: Sun, 17 Mar 2013 17:34:07 +0100
Subject: [PATCH] fix Setup.hs

---
 Setup.hs | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Setup.hs b/Setup.hs
index 5bde0de..6fa548c 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,3 +1,6 @@
-#!/usr/bin/env runhaskell
-> import Distribution.Simple
-> main = defaultMain
+module Main (main) where
+
+import Distribution.Simple
+
+main :: IO ()
+main = defaultMain
-- 
1.8.1.3

