Date: Wednesday, June 14, 2017 @ 19:36:08 Author: felixonmars Revision: 236830
require ghc-static to build next version Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-14 19:36:02 UTC (rev 236829) +++ PKGBUILD 2017-06-14 19:36:08 UTC (rev 236830) @@ -19,7 +19,7 @@ arch=('i686' 'x86_64') url='http://www.haskell.org/ghc/' license=('custom') -makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl' 'python-sphinx' 'haskell-hscolour' +makedepends=('ghc-static' 'perl' 'libxslt' 'docbook-xsl' 'python-sphinx' 'haskell-hscolour' 'texlive-bin' 'texlive-latexextra' 'ttf-dejavu') source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgname-${pkgver}-src.tar.xz" ghc-rebuild-doc-index.hook ghc-register.hook ghc-unregister.hook)