community/ghc: fix

This commit is contained in:
Kevin Mihelich 2017-09-27 00:39:50 +00:00
parent 91ad9c8269
commit 5009eebb5d

View file

@ -4,7 +4,7 @@
# Contributor: Thomas Dziedzic <gostrc@gmail.com> # Contributor: Thomas Dziedzic <gostrc@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - depend on llvm37, make -j1 # - depend on llvm39, make -j1
buildarch=4 buildarch=4
@ -100,7 +100,7 @@ package_ghc() {
package_ghc-libs() { package_ghc-libs() {
pkgdesc='The Glasgow Haskell Compiler - Dynamic Libraries' pkgdesc='The Glasgow Haskell Compiler - Dynamic Libraries'
install='ghc.install' install='ghc.install'
depends=('gcc' 'gmp' 'libffi' 'perl' 'llvm37') depends=('gcc' 'gmp' 'libffi' 'perl' 'llvm39')
provides=('haskell-array=0.5.2.0' provides=('haskell-array=0.5.2.0'
'haskell-base=4.10.0.0' 'haskell-base=4.10.0.0'
'haskell-binary=0.8.5.1' 'haskell-binary=0.8.5.1'