Link to core.pdf, not core.ps.gz
authorIan Lynagh <igloo@earth.li>
Tue, 9 Sep 2008 11:35:43 +0000 (11:35 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 9 Sep 2008 11:35:43 +0000 (11:35 +0000)
docs/users_guide/using.xml

index b2ac501..ce7ef76 100644 (file)
@@ -1906,7 +1906,7 @@ statements or clauses.
 
   <para>GHC can dump its optimized intermediate code (said to be in &ldquo;Core&rdquo; format) 
   to a file as a side-effect of compilation. Non-GHC back-end tools can read and process Core files; these files have the suffix
-  <filename>.hcr</filename>. The Core format is described in <ulink url="../ext-core/core.ps.gz">
+  <filename>.hcr</filename>. The Core format is described in <ulink url="../ext-core/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