ghc: update to 7.8.4.
This commit is contained in:
parent
b17ca8c774
commit
2d4a85ca19
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghc'
|
||||
pkgname=ghc
|
||||
version=7.8.3
|
||||
version=7.8.4
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-configure
|
||||
|
@ -13,7 +13,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="custom"
|
||||
homepage="http://www.haskell.org/ghc/"
|
||||
distfiles="http://www.haskell.org/ghc/dist/$version/$pkgname-$version-src.tar.xz"
|
||||
checksum=b0cd96a549ba3b5e512847a4a8cd1a3174e4b2b75dadfc41c568fb812887b958
|
||||
checksum=c319cd94adb284177ed0e6d21546ed0b900ad84b86b87c06a99eac35152982c4
|
||||
|
||||
post_install() {
|
||||
sed -i 's#/usr/lib/ccache/bin/##g' ${DESTDIR}/usr/lib/ghc-${version}/settings
|
||||
|
|
Loading…
Reference in New Issue