diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-22 00:06:19 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-22 00:06:19 -0300 |
commit | 45a1b262edf175ecf5dd43e51c8ee72f9d78265b (patch) | |
tree | c96780037991d6d44cefc8a149e9b88c6bfc6d67 /testing/ghc | |
parent | c034be9e8f973eb6c1dbb77fb4528fad379ddbfd (diff) | |
parent | 69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/quvi/PKGBUILD
community/tasks/PKGBUILD
community/xwax/PKGBUILD
core/udev/PKGBUILD
extra/libplist/PKGBUILD
extra/mirage/PKGBUILD
extra/rdesktop/PKGBUILD
staging/gpsd/PKGBUILD
testing/pygobject/PKGBUILD
Diffstat (limited to 'testing/ghc')
-rw-r--r-- | testing/ghc/PKGBUILD | 14 |
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') |