mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ghc to 7.6.3-1
This commit is contained in:
parent
16ef8d71ab
commit
7947c8a545
1 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,10 @@
|
||||||
# Libraries depend on versions specified by those hashes.
|
# Libraries depend on versions specified by those hashes.
|
||||||
# This implies that all libraries need to be rebuilt when ghc is rebuilt.
|
# This implies that all libraries need to be rebuilt when ghc is rebuilt.
|
||||||
|
|
||||||
|
# use the following command to print out packages that need to get rebuilt
|
||||||
|
# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
|
||||||
|
|
||||||
|
|
||||||
# ALARM: David Flemström <david.flemstrom@gmail.com>
|
# ALARM: David Flemström <david.flemstrom@gmail.com>
|
||||||
# - Add patch for vfp flags (add-vfp-flags.patch)
|
# - Add patch for vfp flags (add-vfp-flags.patch)
|
||||||
# - Change build.mk to use the LLVM backend with the right
|
# - Change build.mk to use the LLVM backend with the right
|
||||||
|
@ -18,7 +22,7 @@
|
||||||
buildarch=1
|
buildarch=1
|
||||||
|
|
||||||
pkgname=ghc
|
pkgname=ghc
|
||||||
pkgver=7.6.2
|
pkgver=7.6.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='The Glasgow Haskell Compiler'
|
pkgdesc='The Glasgow Haskell Compiler'
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
|
||||||
|
@ -85,8 +89,8 @@ source=("http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2"
|
||||||
'build.mk'
|
'build.mk'
|
||||||
'add-vfp-flags.patch')
|
'add-vfp-flags.patch')
|
||||||
|
|
||||||
md5sums=('2585d83e7d8daece2fe0949c6bc42a2c'
|
md5sums=('986d1f90ca30d60f7b2820d75c6b8ea7'
|
||||||
'8454aaeb4e226ddb66c237c15874a47f'
|
'66aa6177a31cc4b9d7eeb55cb1514918'
|
||||||
'cb89e280f907c60791d08613f05ec049'
|
'cb89e280f907c60791d08613f05ec049'
|
||||||
'de3d0a2ae5330459481b33584f15a1cd')
|
'de3d0a2ae5330459481b33584f15a1cd')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue