ghc: build full HTML documentation.

Fixes #5640.
This commit is contained in:
Leah Neukirchen 2017-01-30 18:43:37 +01:00
parent 62dfae87e7
commit d06e2ce738

View file

@ -2,21 +2,21 @@
pkgname=ghc
# Keep this synchronized with http://www.stackage.org/lts
version=8.0.1
revision=1
revision=2
wrksrc="ghc-${version%[!0-9]}"
patch_args="-Np1"
build_style=gnu-configure
configure_args="--with-system-libffi"
hostmakedepends="automake ghc-bin docbook-xsl libxslt"
hostmakedepends="automake docbook-xsl ghc-bin libxslt python-Sphinx"
makedepends="libffi-devel gmp-devel ncurses-devel"
depends="perl gcc libffi-devel gmp-devel"
short_desc="Glorious Haskell Compiler"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD"
homepage="http://www.haskell.org/ghc/"
distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz"
checksum=90fb20cd8712e3c0fbeb2eac8dab6894404c21569746655b9b12ca9684c7d1d2
nocross=yes # ask chris2 before wasting time trying to do that
nocross=yes # ask leah2 before wasting time trying to do that
nopie=yes
pre_configure() {