summaryrefslogtreecommitdiff
path: root/testing/ghc
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-24 23:06:35 +0000
committerroot <root@rshg047.dnsready.net>2011-06-24 23:06:35 +0000
commit71f58605e914de11f3a9b7cc2f27b0c52fb8d4ba (patch)
tree948002f901215fa91b99058ec3bfc4a51475018d /testing/ghc
parent7347bb994a41d021c83e97b503f577f2399302e7 (diff)
Fri Jun 24 23:06:35 UTC 2011
Diffstat (limited to 'testing/ghc')
-rw-r--r--testing/ghc/PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/testing/ghc/PKGBUILD b/testing/ghc/PKGBUILD
index a526404af..9fddba6ca 100644
--- a/testing/ghc/PKGBUILD
+++ b/testing/ghc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 120001 2011-04-18 09:44:35Z vesa $
+# $Id: PKGBUILD 128106 2011-06-22 10:54:11Z vesa $
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Special note for devs looking to upgrade this package:
# ghc places a unique hash for each library when it is built.
@@ -8,7 +8,7 @@
# do not carry version dependencies. You will have to remember to build them too.
pkgname=ghc
pkgver=7.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="The Glasgow Haskell Compiler"
arch=(i686 x86_64)
url="http://www.haskell.org/ghc/"
@@ -62,9 +62,6 @@ build() {
cp $srcdir/build.mk mk/build.mk
- # FS#17875
- sed -i 's/INSTALL_SHELL_WRAPPER = YES/INSTALL_SHELL_WRAPPER = NO/' utils/haddock/ghc.mk
-
./configure --prefix=/usr
make -j1 || return 1
}
@@ -76,11 +73,7 @@ package() {
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
install -d $pkgdir/usr/share/haskell
-
- rm $pkgdir/usr/bin/haddock
}
-md5sums=('946a18a0dc30437db72c0d3fdf26ca42'
- '5a3e0880c80b1dcecf779ff2e63a9c0d')
md5sums=('10bc5e9ae1b581404376efb85f260ff3'
'5a3e0880c80b1dcecf779ff2e63a9c0d')