aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-03 16:57:17 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-03 16:57:17 +0000
commit1142c8872771c6cae84c7638c8f280b00f72d15d (patch)
treebeb03d4b5dc7aae7d257ac10535483f97cb87909 /Setup.hs
parentb13e696c93535c7835201ee34432ca73a11e04aa (diff)
downloadpandoc-1142c8872771c6cae84c7638c8f280b00f72d15d.tar.gz
* The previous fix was wrong. Apply a proper fix and cross the fingers. :-)
+ On configure, compile 'Setup.hs' to 'setup' and use 'setup' as the build command instead of 'runhaskell', which, on some platforms (such as s390, alpha, m68k), throws the following error: runhaskell Setup.hs configure --prefix=/usr ghc-6.6.1: not built for interactive use This causes a serious FTBFS bug. Closes: #440668 (from Debian BTS). + Setup.hs: revert changes. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1005 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Setup.hs')
-rw-r--r--[-rwxr-xr-x]Setup.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index cd7dc3277..9a994af67 100755..100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,3 +1,2 @@
-#!/usr/bin/env runhaskell
import Distribution.Simple
main = defaultMain