diff --git a/srcpkgs/ghc/template b/srcpkgs/ghc/template index 176ff803607..656fc68b269 100644 --- a/srcpkgs/ghc/template +++ b/srcpkgs/ghc/template @@ -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 " +maintainer="Leah Neukirchen " 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() {