summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-x11-rm/0001-fix-Setup.hs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-x11-rm/0001-fix-Setup.hs.patch')
-rw-r--r--haskell/haskell-x11-rm/0001-fix-Setup.hs.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/haskell/haskell-x11-rm/0001-fix-Setup.hs.patch b/haskell/haskell-x11-rm/0001-fix-Setup.hs.patch
new file mode 100644
index 0000000000..4b631b3581
--- /dev/null
+++ b/haskell/haskell-x11-rm/0001-fix-Setup.hs.patch
@@ -0,0 +1,26 @@
+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
+