From 2f69aaea7066b8d11034925d9376fadd67361eca Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 23 Sep 2013 16:03:44 +0100 Subject: Globally replace "hackage.haskell.org" with "ghc.haskell.org" --- HACKING.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'HACKING.md') diff --git a/HACKING.md b/HACKING.md index 4fe4d2c921..74a08041d6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -10,14 +10,14 @@ The GHC Developer's Wiki The home for GHC hackers is our Trac instance, located here: - + 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: - + Contributing patches to GHC in a hurry ====================================== @@ -25,7 +25,7 @@ Contributing patches to GHC in a hurry Make sure your system has the necessary tools to compile GHC. You can find an overview here: - + Next, clone the repository and all the associated libraries: @@ -74,7 +74,7 @@ $ Now create a trac ticket: - + 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! @@ -85,22 +85,22 @@ Useful links: An overview of things like using git, the release process, filing bugs and more can be located here: - + You can find our coding conventions for the compiler and RTS here: - - + + A high level overview of the bug tracker: - + 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: - + How to communicate with us ========================== -- cgit v1.2.1