summaryrefslogtreecommitdiff
path: root/testing/ghc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ghc/PKGBUILD')
-rw-r--r--testing/ghc/PKGBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/testing/ghc/PKGBUILD b/testing/ghc/PKGBUILD
index 3f4055c5b..89927c6f6 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 'mips64el')
url="http://www.haskell.org/ghc/"
@@ -76,3 +82,5 @@ package() {
md5sums=('946a18a0dc30437db72c0d3fdf26ca42'
'5a3e0880c80b1dcecf779ff2e63a9c0d')
+md5sums=('10bc5e9ae1b581404376efb85f260ff3'
+ '5a3e0880c80b1dcecf779ff2e63a9c0d')