diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-09-23 16:03:44 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-10-01 11:45:46 +0100 |
commit | 2f69aaea7066b8d11034925d9376fadd67361eca (patch) | |
tree | 384711303663047480f88d727a3b5fa3ed90e8d3 /distrib | |
parent | 0b0fec536e35769b64b8bc5397c84138fa512155 (diff) | |
download | haskell-2f69aaea7066b8d11034925d9376fadd67361eca.tar.gz |
Globally replace "hackage.haskell.org" with "ghc.haskell.org"
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/README | 2 | ||||
-rw-r--r-- | distrib/remilestoning.pl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distrib/README b/distrib/README index 72c41fa7cb..91842aeddb 100644 --- a/distrib/README +++ b/distrib/README @@ -10,7 +10,7 @@ For more information, visit GHC's web site: Information for developers of GHC can be found here: - http://hackage.haskell.org/trac/ghc/ + http://ghc.haskell.org/trac/ghc/ For installation instructions, see the accompanying INSTALL file. diff --git a/distrib/remilestoning.pl b/distrib/remilestoning.pl index 0207683e19..a544ddaf17 100644 --- a/distrib/remilestoning.pl +++ b/distrib/remilestoning.pl @@ -82,7 +82,7 @@ Hello, You are receiving this mail because you are the reporter, or on the CC list, for one or more GHC tickets that are automatically having their priority reduced due to our post-release ticket handling policy: - http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/BugTracker#Remilestoningticketsafterarelease + http://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/BugTracker#Remilestoningticketsafterarelease The list of tickets for which you are the reporter or on the CC list is given below. If any of these are causing problems for you, please let us @@ -100,7 +100,7 @@ EOF my $title = $ticketsfor{$email}{$ticket}{"title"}; print FH "\n"; print FH "#$ticket $title:\n"; - print FH " http://hackage.haskell.org/trac/ghc/ticket/$ticket\n"; + print FH " http://ghc.haskell.org/trac/ghc/ticket/$ticket\n"; } print FH <<'EOF'; |