From 89a747ac96087f176a0c888e1c23e0311e3a4dd4 Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Mon, 23 Sep 2013 16:03:44 +0100 Subject: [PATCH] Globally replace "hackage.haskell.org" with "ghc.haskell.org" --- HpcParser.y | 2 +- Makefile | 4 ++-- ghc.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HpcParser.y b/HpcParser.y index 01307bf..6ca173a 100644 --- a/HpcParser.y +++ b/HpcParser.y @@ -12,7 +12,7 @@ -- 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 HpcParser where diff --git a/Makefile b/Makefile index feb2034..378b063 100644 --- a/Makefile +++ b/Makefile @@ -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 # # ----------------------------------------------------------------------------- diff --git a/ghc.mk b/ghc.mk index 60c13d4..7280729 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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 # # ----------------------------------------------------------------------------- -- GitLab