Date: Thursday, March 17, 2011 @ 05:04:29 Author: vesa Revision: 115136
add a note Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-17 07:33:01 UTC (rev 115135) +++ PKGBUILD 2011-03-17 09:04:29 UTC (rev 115136) @@ -1,5 +1,11 @@ # $Id$ # Maintainer: Vesa Kaihlavirta <[email protected]> +# 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
