Skip to content
Snippets Groups Projects
Commit e62495ba authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

ghc: Correctly set 'haddock-interfaces'

Closes: #968446
parent d49becf0
No related branches found
No related tags found
No related merge requests found
ghc (8.8.4-2) UNRELEASED; urgency=medium
* Correctly set 'haddock-interfaces' for base libraries (Closes: #968446)
-- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 17 Aug 2020 08:55:33 +0300
ghc (8.8.4-1) unstable; urgency=medium
* New upstream release
......
......@@ -196,7 +196,7 @@ override_dh_auto_install:
rm debian/tmp/var/lib/ghc/package.conf.d/package.cache
chmod +x debian/provided_substvars
debian/provided_substvars
sed -ri 's,^haddock-interfaces: /.*?/libraries/,haddock-interfaces: /usr/lib/ghc-doc/haddock/ghc/,' debian/tmp/var/lib/ghc/package.conf.d/*.conf
sed -ri 's,/usr/share/doc/ghc-doc/html/libraries/(.*)\.haddock,/usr/lib/ghc-doc/haddock/ghc/\1.haddock,' debian/tmp/var/lib/ghc/package.conf.d/*.conf
# Sort out the binaries
if inplace/bin/ghc-stage2 --info | grep '"Have interpreter","NO"'; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment