summaryrefslogtreecommitdiff
path: root/ghc-gen_contents_index-haddock-path.patch
blob: 699effd76fba2016c919fbf8f43f1be260a816e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ghc-9.4.4/libraries/gen_contents_index
===================================================================
--- ghc-9.4.4.orig/libraries/gen_contents_index
+++ ghc-9.4.4/libraries/gen_contents_index
@@ -58,7 +58,7 @@ then
                 HADDOCK_ARGS="$HADDOCK_ARGS $HADDOCK_ARG"
     done
 else
-    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`
     HADDOCK_ARGS="-p prologue.txt"