summaryrefslogtreecommitdiff
path: root/testing/ghc
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
committerroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
commit8f4f6fea0e8f06647b3e06c003069c93b5b033b4 (patch)
treeb1c2eae862fab1f19ba291dcb5569383a01df12a /testing/ghc
parent3299b3302e12f5a2b0e85dd625de99454c47664d (diff)
Tue Apr 19 04:14:07 UTC 2011
Diffstat (limited to 'testing/ghc')
-rw-r--r--testing/ghc/PKGBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/testing/ghc/PKGBUILD b/testing/ghc/PKGBUILD
index 27dda458f..a526404af 100644
--- a/testing/ghc/PKGBUILD
+++ b/testing/ghc/PKGBUILD
@@ -1,8 +1,14 @@
-# $Id: PKGBUILD 114660 2011-03-15 09:16:12Z vesa $
+# $Id: PKGBUILD 120001 2011-04-18 09:44:35Z 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.
+# Libraries depend on versions specified by those hashes.
+# This implies that all libraries need to be rebuilt when ghc is rebuilt.
+# Also, due to dependency loop problems, haskell-ghc-paths and haddock
+# do not carry version dependencies. You will have to remember to build them too.
pkgname=ghc
-pkgver=7.0.2
-pkgrel=2
+pkgver=7.0.3
+pkgrel=1
pkgdesc="The Glasgow Haskell Compiler"
arch=(i686 x86_64)
url="http://www.haskell.org/ghc/"
@@ -76,3 +82,5 @@ package() {
md5sums=('946a18a0dc30437db72c0d3fdf26ca42'
'5a3e0880c80b1dcecf779ff2e63a9c0d')
+md5sums=('10bc5e9ae1b581404376efb85f260ff3'
+ '5a3e0880c80b1dcecf779ff2e63a9c0d')