[arch-commits] Commit in ghc/trunk (PKGBUILD)

Thomas Dziedzic td123 at nymeria.archlinux.org
Wed Apr 24 04:26:45 UTC 2013


    Date: Wednesday, April 24, 2013 @ 06:26:45
  Author: td123
Revision: 183589

add comment on how to find rebuild deps for ghc bumps

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-24 04:20:37 UTC (rev 183588)
+++ PKGBUILD	2013-04-24 04:26:45 UTC (rev 183589)
@@ -6,6 +6,9 @@
 #   Libraries depend on versions specified by those hashes.
 #   This implies that all libraries need to be rebuilt when ghc is rebuilt.
 
+# use the following command to print out packages that need to get rebuilt
+# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
+
 pkgname=ghc
 pkgver=7.6.3
 pkgrel=1




More information about the arch-commits mailing list