diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-12-01 09:21:47 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-12-01 09:21:47 +0000 |
commit | 6dceb65b092ba63975c93dc8b15442deb32e6e22 (patch) | |
tree | fcc392e07b15ba900d8d4772aff3e282f4885a04 /docs | |
parent | 8d05e337d19011a872c531033c9d914ed3872be3 (diff) | |
download | haskell-6dceb65b092ba63975c93dc8b15442deb32e6e22.tar.gz |
fix ref to utils/ext-core, which moved to Hackage (extcore package)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index a4c673cbe4..a80e8d1276 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -2210,9 +2210,8 @@ statements or clauses. <filename>.hcr</filename>. The Core format is described in <ulink url="../../core.pdf"> <citetitle>An External Representation for the GHC Core Language</citetitle></ulink>, and sample tools - for manipulating Core files (in Haskell) are in the GHC source distribution - directory under <literal>utils/ext-core</literal>. - Note that the format of <literal>.hcr</literal> + for manipulating Core files (in Haskell) are available in the + <ulink url="http://hackage.haskell.org/package/extcore">extcore package on Hackage</ulink>. Note that the format of <literal>.hcr</literal> files is <emphasis>different</emphasis> from the Core output format that GHC generates for debugging purposes (<xref linkend="options-debugging"/>), though the two formats appear somewhat similar.</para> |