[Pkg-haskell-commits] darcs: ghc: Make ghc-doc trigger also listen for package.conf.d changes
Joachim Breitner
mail at joachim-breitner.de
Fri Jun 17 15:04:05 UTC 2011
Fri Jun 17 14:49:51 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Make ghc-doc trigger also listen for package.conf.d changes
Ignore-this: f4a40265650171eaa15c9a65c4683188
Because we have index entries if and only if -dev and -doc packages are
installed. Hence, we need to watch both directories for state changes.
M ./ghc-doc.triggers.in +1
Fri Jun 17 14:49:51 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Make ghc-doc trigger also listen for package.conf.d changes
Ignore-this: f4a40265650171eaa15c9a65c4683188
Because we have index entries if and only if -dev and -doc packages are
installed. Hence, we need to watch both directories for state changes.
diff -rN -u old-ghc//ghc-doc.triggers.in new-ghc//ghc-doc.triggers.in
--- old-ghc//ghc-doc.triggers.in 2011-06-17 15:04:05.439780886 +0000
+++ new-ghc//ghc-doc.triggers.in 2011-06-17 15:04:05.455783515 +0000
@@ -6,3 +6,4 @@
interest /usr/lib/ghc-7.0.2/haddock
interest /usr/lib/ghc-7.0.3/haddock
interest /usr/lib/ghc- at VERSION@/haddock
+interest /var/lib/ghc- at VERSION@/package.conf.d
More information about the Pkg-haskell-commits
mailing list