We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c190d2a commit 07b4a1eCopy full SHA for 07b4a1e
Makefile
@@ -808,6 +808,7 @@ define patchpackageconf
808
sed -i \
809
-e "s|haddock-interfaces:.*|haddock-interfaces: \"\$${pkgroot}/$3/html/libraries/$5/$1.haddock\"|" \
810
-e "s|haddock-html:.*|haddock-html: \"\$${pkgroot}/$3/html/libraries/$5\"|" \
811
+ -e "s|data-dir:.*|data-dir: \"\$${pkgroot}/../lib/$4/$5\"|" \
812
-e "s|$(CURDIR)/_build/stage2/build/host/.*/ghc-.*/$5/build|\$${pkgroot}/../lib/$4/$5|" \
813
-e "s|^ $(CURDIR).*||" \
814
$2
0 commit comments