[commit: ghc] master: Use absolute links to Cabal docs from the GHC users guide (#9154) (e3c3586)

git at git.haskell.org git at git.haskell.org
Tue Aug 19 10:49:04 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e3c3586d717e6f1eb0e80f25b29a16de6c0f6d5c/ghc

>---------------------------------------------------------------

commit e3c3586d717e6f1eb0e80f25b29a16de6c0f6d5c
Author: Bob Ippolito <bob at redivi.com>
Date:   Fri May 30 09:31:34 2014 -0700

    Use absolute links to Cabal docs from the GHC users guide (#9154)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

e3c3586d717e6f1eb0e80f25b29a16de6c0f6d5c
 docs/users_guide/packages.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml
index ee29cb1..7a4734d 100644
--- a/docs/users_guide/packages.xml
+++ b/docs/users_guide/packages.xml
@@ -23,7 +23,7 @@ Packages
     automates the process of configuring, building, installing and distributing
     a package.  All you need to do is write a simple configuration file, put a
     few files in the right places, and you have a package.  See the
-    <ulink url="../Cabal/index.html">Cabal documentation</ulink>
+    <ulink url="http://www.haskell.org/cabal/users-guide/">Cabal documentation</ulink>
     for details, and also the Cabal libraries (<ulink url="&libraryCabalLocation;/Distribution-Simple.html">Distribution.Simple</ulink>,
     for example).</para>
 
@@ -1126,7 +1126,7 @@ ghc-pkg dot | tred | dot -Tpdf >pkgs.pdf
       <secondary>building</secondary></indexterm>
 
     <para>We don't recommend building packages the hard way.  Instead, use the
-      <ulink url="../Cabal/index.html">Cabal</ulink> infrastructure
+      <ulink url="http://www.haskell.org/cabal/users-guide/">Cabal</ulink> infrastructure
       if possible.  If your package is particularly complicated or requires a
       lot of configuration, then you might have to fall back to the low-level
       mechanisms, so a few hints for those brave souls follow.</para>



More information about the ghc-commits mailing list