[Pkg-haskell-commits] darcs: policy: Clarify ghc-pkg field id

Joachim Breitner mail at joachim-breitner.de
Sun Nov 7 14:11:46 UTC 2010


Sun Nov  7 14:07:27 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Clarify ghc-pkg field id
  Ignore-this: c169ec71fbafd10cc5c5f70f04d4adfc

    M ./haskell-policy.sgml -1 +2

Sun Nov  7 14:07:27 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Clarify ghc-pkg field id
  Ignore-this: c169ec71fbafd10cc5c5f70f04d4adfc
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml	2010-11-07 14:11:45.972731127 +0000
+++ new-policy/haskell-policy.sgml	2010-11-07 14:11:45.976731338 +0000
@@ -133,7 +133,8 @@
 	    allow for a version number after the Cabal name and appends,
 	    separated by dashes, the cabal version and the first five characters
 	    of the ABI hash, lowercased. The ABI hash can be obtained using
-	    <tt>ghc-pkg field <var>pkg</var> id | cut -d- -f3</tt>.
+	    <tt>ghc-pkg field <var>pkg</var> id</tt>, it is the last portion of
+	    that string.
 
 	<sect id="libs-bin-relationships">
 	<heading>Package relationships</heading>





More information about the Pkg-haskell-commits mailing list