Skip to content

Commit

Permalink
Globally replace "hackage.haskell.org" with "ghc.haskell.org"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Oct 1, 2013
1 parent 0b0fec5 commit 2f69aae
Show file tree
Hide file tree
Showing 292 changed files with 428 additions and 428 deletions.
8 changes: 4 additions & 4 deletions ANNOUNCE
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ On-line GHC-related resources
Relevant URLs on the World-Wide Web:

GHC home page http://www.haskell.org/ghc/
GHC developers' home page http://hackage.haskell.org/trac/ghc/
GHC developers' home page http://ghc.haskell.org/trac/ghc/
Haskell home page http://www.haskell.org/


Expand All @@ -82,13 +82,13 @@ Supported Platforms
The list of platforms we support, and the people responsible for them,
is here:

http://hackage.haskell.org/trac/ghc/wiki/Contributors
http://ghc.haskell.org/trac/ghc/wiki/Contributors

Ports to other platforms are possible with varying degrees of
difficulty. The Building Guide describes how to go about porting to a
new platform:

http://hackage.haskell.org/trac/ghc/wiki/Building
http://ghc.haskell.org/trac/ghc/wiki/Building


Developers
Expand All @@ -98,7 +98,7 @@ We welcome new contributors. Instructions on accessing our source
code repository, and getting started with hacking on GHC, are
available from the GHC's developer's site run by Trac:

http://hackage.haskell.org/trac/ghc/
http://ghc.haskell.org/trac/ghc/


Mailing lists
Expand Down
18 changes: 9 additions & 9 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ The GHC Developer's Wiki

The home for GHC hackers is our Trac instance, located here:

<http://hackage.haskell.org/trac/ghc>
<http://ghc.haskell.org/trac/ghc>

From here, you can file bugs (or look them up,) use the wiki, view the
`git` history, among other things. Of particular note is the building
page, which has the high level overview of the build process and how
to get the source:

<http://hackage.haskell.org/trac/ghc/wiki/Building>
<http://ghc.haskell.org/trac/ghc/wiki/Building>

Contributing patches to GHC in a hurry
======================================

Make sure your system has the necessary tools to compile GHC. You can
find an overview here:

<http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation>
<http://ghc.haskell.org/trac/ghc/wiki/Building/Preparation>

Next, clone the repository and all the associated libraries:

Expand Down Expand Up @@ -74,7 +74,7 @@ $

Now create a trac ticket:

<http://hackage.haskell.org/trac/ghc/newticket?type=bug>
<http://ghc.haskell.org/trac/ghc/newticket?type=bug>

And attach the files in your `patches/` directory. Set the status from
*new* to *patch* and we'll review it as soon as we can!
Expand All @@ -85,22 +85,22 @@ Useful links:
An overview of things like using git, the release process, filing bugs
and more can be located here:

<http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions>
<http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions>

You can find our coding conventions for the compiler and RTS here:

<http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle>
<http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Conventions>
<http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle>
<http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Conventions>

A high level overview of the bug tracker:

<http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/BugTracker>
<http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/BugTracker>

If you're going to contribute regularly, **learning how to use the
build system is important** and will save you lots of time. You should
read over this page carefully:

<http://hackage.haskell.org/trac/ghc/wiki/Building/Using>
<http://ghc.haskell.org/trac/ghc/wiki/Building/Using>

How to communicate with us
==========================
Expand Down
2 changes: 1 addition & 1 deletion MAKEHELP
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Using the GHC build system

For a "Getting Started" guide, see:

http://hackage.haskell.org/trac/ghc/wiki/Building/Hacking
http://ghc.haskell.org/trac/ghc/wiki/Building/Hacking

Common commands:

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are two ways to get a source tree:
This checks out the "boot" packages.

**DO NOT submit pull request directly to the github repo.**
*See the GHC developer team's working conventions re [contributing patches](http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/Git#Contributingpatches "hackage.haskell.org/trac/ghc/wiki/WorkingConventions/Git#Contributingpatches").*
*See the GHC developer team's working conventions re [contributing patches](http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git#Contributingpatches "ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git#Contributingpatches").*


Building & Installing
Expand Down Expand Up @@ -115,20 +115,20 @@ groups from around the world. We'd like to thank them all, and invite
you to join!

[1]: http://www.haskell.org/ghc/ "www.haskell.org/ghc/"
[2]: http://hackage.haskell.org/trac/ghc "hackage.haskell.org/trac/ghc"
[3]: http://hackage.haskell.org/trac/ghc/wiki/Building
"hackage.haskell.org/trac/ghc/wiki/Building"
[2]: http://ghc.haskell.org/trac/ghc "ghc.haskell.org/trac/ghc"
[3]: http://ghc.haskell.org/trac/ghc/wiki/Building
"ghc.haskell.org/trac/ghc/wiki/Building"
[4]: http://www.haskell.org/happy/ "www.haskell.org/happy/"
[5]: http://www.haskell.org/alex/ "www.haskell.org/alex/"
[6]: http://www.haskell.org/haddock/ "www.haskell.org/haddock/"
[7]: http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll
"http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll"
[8]: http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation
"http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation"
[7]: http://ghc.haskell.org/trac/ghc/wiki/Building/SyncAll
"http://ghc.haskell.org/trac/ghc/wiki/Building/SyncAll"
[8]: http://ghc.haskell.org/trac/ghc/wiki/Building/Preparation
"http://ghc.haskell.org/trac/ghc/wiki/Building/Preparation"
[9]: http://www.haskell.org/cabal/ "http://www.haskell.org/cabal/"
[10]: http://hackage.haskell.org/trac/ghc/
"http://hackage.haskell.org/trac/ghc/"
[10]: http://ghc.haskell.org/trac/ghc/
"http://ghc.haskell.org/trac/ghc/"
[11]: http://www.haskell.org/pipermail/glasgow-haskell-users/
"http://www.haskell.org/pipermail/glasgow-haskell-users/"
[12]: http://hackage.haskell.org/trac/ghc/wiki/Contributors
"http://hackage.haskell.org/trac/ghc/wiki/Contributors"
[12]: http://ghc.haskell.org/trac/ghc/wiki/Contributors
"http://ghc.haskell.org/trac/ghc/wiki/Contributors"
4 changes: 2 additions & 2 deletions bindisttest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions bindisttest/ghc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion boot
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ not be what you want if you are developing GHC or the libraries, rather
than simply building it to use it.
For information on creating a mk/build.mk file, please see:
http://hackage.haskell.org/trac/ghc/wiki/Building/Using#Buildconfiguration
http://ghc.haskell.org/trac/ghc/wiki/Building/Using#Buildconfiguration
EOF
}
Expand Down
4 changes: 2 additions & 2 deletions compiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/DataCon.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module DataCon (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/IdInfo.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Haskell. [WDP 94/11])
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module IdInfo (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/MkId.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ have a standard form, namely:
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module MkId (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/NameEnv.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module NameEnv (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/NameSet.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module NameSet (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/OccName.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module OccName (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/Var.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
-- |
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/VarEnv.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module VarEnv (
Expand Down
2 changes: 1 addition & 1 deletion compiler/basicTypes/VarSet.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module VarSet (
Expand Down
2 changes: 1 addition & 1 deletion compiler/cmm/CmmInfo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details

module CmmInfo (
Expand Down
2 changes: 1 addition & 1 deletion compiler/cmm/CmmLex.x
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-- The above -Wwarn supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- for details

module CmmLex (
Expand Down
2 changes: 1 addition & 1 deletion compiler/cmm/CmmParse.y
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ convention.
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- for details

module CmmParse ( parseCmmFile ) where
Expand Down
4 changes: 2 additions & 2 deletions compiler/cmm/cmm-notes
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Things to do:

- See "CAFs" below; we want to totally refactor the way SRTs are calculated

- Garbage-collect http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/CPS
- Garbage-collect http://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/CPS
moving good stuff into
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/NewCodeGenPipeline
http://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/NewCodeGenPipeline

- Currently AsmCodeGen top level calls AsmCodeGen.cmmToCmm, which is a small
C-- optimiser. It has quite a lot of boilerplate folding code in AsmCodeGen
Expand Down
2 changes: 1 addition & 1 deletion compiler/codeGen/StgCmmTicky.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{- OVERVIEW: ticky ticky profiling
Please see
http://hackage.haskell.org/trac/ghc/wiki/Debugging/TickyTicky and also
http://ghc.haskell.org/trac/ghc/wiki/Debugging/TickyTicky and also
edit it and the rest of this comment to keep them up-to-date if you
change ticky-ticky. Thanks!
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreArity.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
-- | Arit and eta expansion
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreLint.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A ``lint'' pass to check for Core correctness
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
{-# OPTIONS_GHC -fprof-auto #-}
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreSubst.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Utility functions on @Core@ syntax
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module CoreSubst (
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreSyn.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
-- | CoreSyn holds all the main data types for use by for the Glasgow Haskell Compiler midsection
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreTidy.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The code for *top-level* bindings is in TidyPgm.
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module CoreTidy (
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/CoreUnfold.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find, unsurprisingly, a Core expression.
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
module CoreUnfold (
Expand Down
2 changes: 1 addition & 1 deletion compiler/coreSyn/MkCore.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-- for details
-- | Handy functions for creating much Core syntax
Expand Down
Loading

0 comments on commit 2f69aae

Please sign in to comment.