mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/ghc: fix
This commit is contained in:
parent
91ad9c8269
commit
5009eebb5d
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue