diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-19 14:41:00 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-19 14:46:53 +0200 |
commit | 2eb40eba2629e23a79671ff7dfafc7f37f750e22 (patch) | |
tree | dc17ed068c54c997d7cc27e97b009ec1af1578cd /compiler | |
parent | bd7b97328d9326fb3a425bc6d01bad8b03990ed4 (diff) | |
download | haskell-2eb40eba2629e23a79671ff7dfafc7f37f750e22.tar.gz |
Normalize GHC Trac URLs
Update several old
http://hackage.haskell.org/trac/ghc
URLs references to the current
http://ghc.haskell.org/trac/ghc
URLs.
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main/GHC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 5fe384e9a6..7694bc9821 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -444,7 +444,7 @@ runGhcT mb_top_dir ghct = do -- reside. More precisely, this should be the output of @ghc --print-libdir@ -- of the version of GHC the module using this API is compiled with. For -- portability, you should use the @ghc-paths@ package, available at --- <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-paths>. +-- <http://hackage.haskell.org/package/ghc-paths>. initGhcMonad :: GhcMonad m => Maybe FilePath -> m () initGhcMonad mb_top_dir |