summaryrefslogtreecommitdiffstats
path: root/tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch')
-rw-r--r--tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch b/tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch
new file mode 100644
index 0000000..d1034eb
--- /dev/null
+++ b/tools/ghc/ghc-6.12.1-gen_contents_index-haddock-path.patch
@@ -0,0 +1,12 @@
+diff -u ghc-6.12.1/libraries/gen_contents_index\~ ghc-6.12.1/libraries/gen_contents_index
+--- ghc-6.12.1/libraries/gen_contents_index~ 2009-12-11 04:11:33.000000000 +1000
++++ ghc-6.12.1/libraries/gen_contents_index 2009-12-12 21:08:02.000000000 +1000
+@@ -20,7 +20,7 @@
+ done
+ ;;
+ *)
+- HADDOCK=../../../../../bin/haddock
++ HADDOCK=/usr/bin/haddock
+ # We don't want the GHC API to swamp the index
+ HADDOCK_FILES=`ls -1 */*.haddock | grep -v '/ghc\.haddock' | sort`
+ for HADDOCK_FILE in $HADDOCK_FILES