[commit: ghc] master: Globally replace "hackage.haskell.org" with "ghc.haskell.org" (2f69aae)

git at git.haskell.org git
Tue Oct 1 10:48:48 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2f69aaea7066b8d11034925d9376fadd67361eca/ghc

>---------------------------------------------------------------

commit 2f69aaea7066b8d11034925d9376fadd67361eca
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Sep 23 16:03:44 2013 +0100

    Globally replace "hackage.haskell.org" with "ghc.haskell.org"


>---------------------------------------------------------------

2f69aaea7066b8d11034925d9376fadd67361eca
 ANNOUNCE                                     |    8 ++++----
 HACKING.md                                   |   18 +++++++++---------
 MAKEHELP                                     |    2 +-
 Makefile                                     |    4 ++--
 README.md                                    |   24 ++++++++++++------------
 bindisttest/Makefile                         |    4 ++--
 bindisttest/ghc.mk                           |    4 ++--
 boot                                         |    2 +-
 compiler/Makefile                            |    4 ++--
 compiler/basicTypes/DataCon.lhs              |    2 +-
 compiler/basicTypes/IdInfo.lhs               |    2 +-
 compiler/basicTypes/MkId.lhs                 |    2 +-
 compiler/basicTypes/NameEnv.lhs              |    2 +-
 compiler/basicTypes/NameSet.lhs              |    2 +-
 compiler/basicTypes/OccName.lhs              |    2 +-
 compiler/basicTypes/Var.lhs                  |    2 +-
 compiler/basicTypes/VarEnv.lhs               |    2 +-
 compiler/basicTypes/VarSet.lhs               |    2 +-
 compiler/cmm/CmmInfo.hs                      |    2 +-
 compiler/cmm/CmmLex.x                        |    2 +-
 compiler/cmm/CmmParse.y                      |    2 +-
 compiler/cmm/cmm-notes                       |    4 ++--
 compiler/codeGen/StgCmmTicky.hs              |    2 +-
 compiler/coreSyn/CoreArity.lhs               |    2 +-
 compiler/coreSyn/CoreLint.lhs                |    2 +-
 compiler/coreSyn/CoreSubst.lhs               |    2 +-
 compiler/coreSyn/CoreSyn.lhs                 |    2 +-
 compiler/coreSyn/CoreTidy.lhs                |    2 +-
 compiler/coreSyn/CoreUnfold.lhs              |    2 +-
 compiler/coreSyn/MkCore.lhs                  |    2 +-
 compiler/coreSyn/TrieMap.lhs                 |    2 +-
 compiler/deSugar/DsArrows.lhs                |    2 +-
 compiler/deSugar/DsBinds.lhs                 |    2 +-
 compiler/deSugar/DsCCall.lhs                 |    2 +-
 compiler/deSugar/DsUtils.lhs                 |    2 +-
 compiler/deSugar/MatchCon.lhs                |    2 +-
 compiler/ghc.mk                              |    4 ++--
 compiler/ghci/ByteCodeGen.lhs                |    2 +-
 compiler/ghci/ByteCodeInstr.lhs              |    2 +-
 compiler/ghci/RtClosureInspect.hs            |    2 +-
 compiler/hsSyn/HsLit.lhs                     |    2 +-
 compiler/hsSyn/HsUtils.lhs                   |    2 +-
 compiler/iface/BuildTyCl.lhs                 |    2 +-
 compiler/iface/IfaceEnv.lhs                  |    2 +-
 compiler/iface/IfaceSyn.lhs                  |    4 ++--
 compiler/iface/MkIface.lhs                   |    2 +-
 compiler/main/DynFlags.hs                    |    2 +-
 compiler/main/PprTyThing.hs                  |    2 +-
 compiler/main/TidyPgm.lhs                    |    2 +-
 compiler/nativeGen/PPC/Cond.hs               |    2 +-
 compiler/nativeGen/PPC/Ppr.hs                |    2 +-
 compiler/nativeGen/PPC/RegInfo.hs            |    2 +-
 compiler/nativeGen/Reg.hs                    |    2 +-
 compiler/nativeGen/RegClass.hs               |    2 +-
 compiler/nativeGen/SPARC/CodeGen/Amode.hs    |    2 +-
 compiler/nativeGen/SPARC/CodeGen/Base.hs     |    2 +-
 compiler/nativeGen/SPARC/CodeGen/CondCode.hs |    2 +-
 compiler/nativeGen/SPARC/CodeGen/Expand.hs   |    2 +-
 compiler/nativeGen/SPARC/CodeGen/Gen32.hs    |    2 +-
 compiler/nativeGen/SPARC/CodeGen/Sanity.hs   |    2 +-
 compiler/nativeGen/SPARC/Cond.hs             |    2 +-
 compiler/nativeGen/SPARC/Imm.hs              |    2 +-
 compiler/nativeGen/SPARC/Instr.hs            |    2 +-
 compiler/nativeGen/SPARC/Regs.hs             |    2 +-
 compiler/nativeGen/SPARC/ShortcutJump.hs     |    2 +-
 compiler/nativeGen/SPARC/Stack.hs            |    2 +-
 compiler/nativeGen/Size.hs                   |    2 +-
 compiler/nativeGen/TargetReg.hs              |    2 +-
 compiler/nativeGen/X86/RegInfo.hs            |    2 +-
 compiler/parser/Ctype.lhs                    |    2 +-
 compiler/parser/Parser.y.pp                  |    2 +-
 compiler/parser/ParserCore.y                 |    2 +-
 compiler/prelude/PrelInfo.lhs                |    2 +-
 compiler/prelude/TysPrim.lhs                 |    2 +-
 compiler/prelude/primops.txt.pp              |    4 ++--
 compiler/profiling/CostCentre.lhs            |    2 +-
 compiler/rename/RnBinds.lhs                  |    2 +-
 compiler/rename/RnExpr.lhs                   |    2 +-
 compiler/rename/RnNames.lhs                  |    2 +-
 compiler/rename/RnPat.lhs                    |    2 +-
 compiler/simplCore/CoreMonad.lhs             |    2 +-
 compiler/simplCore/FloatIn.lhs               |    2 +-
 compiler/simplCore/FloatOut.lhs              |    2 +-
 compiler/simplCore/LiberateCase.lhs          |    2 +-
 compiler/simplCore/SAT.lhs                   |    2 +-
 compiler/simplCore/SetLevels.lhs             |    2 +-
 compiler/stranal/WorkWrap.lhs                |    2 +-
 compiler/stranal/WwLib.lhs                   |    2 +-
 compiler/typecheck/FamInst.lhs               |    2 +-
 compiler/typecheck/Inst.lhs                  |    2 +-
 compiler/typecheck/TcArrows.lhs              |    2 +-
 compiler/typecheck/TcCanonical.lhs           |    2 +-
 compiler/typecheck/TcClassDcl.lhs            |    2 +-
 compiler/typecheck/TcDefaults.lhs            |    2 +-
 compiler/typecheck/TcErrors.lhs              |    2 +-
 compiler/typecheck/TcGenGenerics.lhs         |    2 +-
 compiler/typecheck/TcHsType.lhs              |    2 +-
 compiler/typecheck/TcInstDcls.lhs            |    2 +-
 compiler/typecheck/TcInteract.lhs            |    2 +-
 compiler/typecheck/TcMType.lhs               |    2 +-
 compiler/typecheck/TcMatches.lhs             |    2 +-
 compiler/typecheck/TcPat.lhs                 |    2 +-
 compiler/typecheck/TcRules.lhs               |    2 +-
 compiler/typecheck/TcSMonad.lhs              |    2 +-
 compiler/typecheck/TcSimplify.lhs            |    2 +-
 compiler/typecheck/TcTyDecls.lhs             |    2 +-
 compiler/typecheck/TcType.lhs                |    2 +-
 compiler/typecheck/TcUnify.lhs               |    2 +-
 compiler/types/Class.lhs                     |    2 +-
 compiler/types/Coercion.lhs                  |    2 +-
 compiler/types/FunDeps.lhs                   |    2 +-
 compiler/types/Kind.lhs                      |    2 +-
 compiler/types/OptCoercion.lhs               |    2 +-
 compiler/types/Type.lhs                      |    2 +-
 compiler/types/TypeRep.lhs                   |    2 +-
 compiler/types/Unify.lhs                     |    2 +-
 compiler/utils/BufWrite.hs                   |    2 +-
 compiler/utils/Digraph.lhs                   |    2 +-
 compiler/utils/Fingerprint.hsc               |    2 +-
 compiler/utils/GraphBase.hs                  |    2 +-
 compiler/utils/GraphPpr.hs                   |    2 +-
 configure.ac                                 |    4 ++--
 distrib/README                               |    2 +-
 distrib/remilestoning.pl                     |    4 ++--
 docs/comm/genesis/genesis.html               |    2 +-
 docs/comm/genesis/makefiles.html             |    4 ++--
 docs/comm/index.html                         |    2 +-
 docs/index.html.in                           |    2 +-
 docs/users_guide/bugs.xml                    |    2 +-
 docs/users_guide/extending_ghc.xml           |    4 ++--
 docs/users_guide/external_core.xml           |    2 +-
 docs/users_guide/ghc.mk                      |    4 ++--
 docs/users_guide/glasgow_exts.xml            |   16 ++++++++--------
 docs/users_guide/intro.xml                   |   10 +++++-----
 docs/users_guide/profiling.xml               |    2 +-
 docs/users_guide/safe_haskell.xml            |    2 +-
 docs/users_guide/separate_compilation.xml    |    2 +-
 docs/users_guide/sooner.xml                  |    2 +-
 docs/users_guide/using.xml                   |    2 +-
 docs/users_guide/win32-dlls.xml              |    2 +-
 driver/Makefile                              |    4 ++--
 driver/ghc.mk                                |    4 ++--
 driver/ghc/ghc.mk                            |    4 ++--
 driver/ghci/Makefile                         |    4 ++--
 driver/ghci/ghc.mk                           |    4 ++--
 driver/haddock/ghc.mk                        |    4 ++--
 driver/split/Makefile                        |    4 ++--
 driver/split/ghc.mk                          |    4 ++--
 ghc.mk                                       |    8 ++++----
 ghc/Makefile                                 |    4 ++--
 ghc/ghc.mk                                   |    4 ++--
 includes/MachDeps.h                          |    2 +-
 includes/Makefile                            |    4 ++--
 includes/Rts.h                               |    2 +-
 includes/RtsAPI.h                            |    2 +-
 includes/Stg.h                               |    2 +-
 includes/ghc.mk                              |    4 ++--
 includes/rts/Adjustor.h                      |    2 +-
 includes/rts/BlockSignals.h                  |    2 +-
 includes/rts/Config.h                        |    2 +-
 includes/rts/Constants.h                     |    2 +-
 includes/rts/FileLock.h                      |    2 +-
 includes/rts/Flags.h                         |    2 +-
 includes/rts/GetTime.h                       |    2 +-
 includes/rts/Globals.h                       |    2 +-
 includes/rts/Hooks.h                         |    2 +-
 includes/rts/Hpc.h                           |    2 +-
 includes/rts/IOManager.h                     |    2 +-
 includes/rts/Linker.h                        |    2 +-
 includes/rts/Messages.h                      |    2 +-
 includes/rts/OSThreads.h                     |    2 +-
 includes/rts/Parallel.h                      |    2 +-
 includes/rts/PrimFloat.h                     |    2 +-
 includes/rts/Signals.h                       |    2 +-
 includes/rts/SpinLock.h                      |    2 +-
 includes/rts/Stable.h                        |    2 +-
 includes/rts/TTY.h                           |    2 +-
 includes/rts/Threads.h                       |    2 +-
 includes/rts/Ticky.h                         |    2 +-
 includes/rts/Timer.h                         |    2 +-
 includes/rts/Types.h                         |    2 +-
 includes/rts/Utils.h                         |    2 +-
 includes/rts/prof/CCS.h                      |    2 +-
 includes/rts/prof/LDV.h                      |    2 +-
 includes/rts/storage/MBlock.h                |    4 ++--
 includes/stg/DLL.h                           |    2 +-
 includes/stg/HaskellMachRegs.h               |    2 +-
 includes/stg/MachRegs.h                      |    2 +-
 includes/stg/MiscClosures.h                  |    2 +-
 includes/stg/Regs.h                          |    2 +-
 includes/stg/RtsMachRegs.h                   |    2 +-
 includes/stg/SMP.h                           |    2 +-
 includes/stg/Ticky.h                         |    2 +-
 includes/stg/Types.h                         |    2 +-
 libffi/Makefile                              |    4 ++--
 libffi/ghc.mk                                |    4 ++--
 mk/compiler-ghc.mk                           |    4 ++--
 rts/Capability.h                             |    2 +-
 rts/Makefile                                 |    4 ++--
 rts/Stable.c                                 |    2 +-
 rts/Task.h                                   |    2 +-
 rts/Ticky.c                                  |    2 +-
 rts/ghc.mk                                   |    6 +++---
 rts/sm/Compact.c                             |    2 +-
 rts/sm/Compact.h                             |    2 +-
 rts/sm/Evac.c                                |    2 +-
 rts/sm/Evac.h                                |    2 +-
 rts/sm/GC.c                                  |    2 +-
 rts/sm/GC.h                                  |    2 +-
 rts/sm/GCTDecl.h                             |    2 +-
 rts/sm/GCThread.h                            |    2 +-
 rts/sm/GCUtils.c                             |    2 +-
 rts/sm/GCUtils.h                             |    2 +-
 rts/sm/MarkStack.h                           |    2 +-
 rts/sm/MarkWeak.c                            |    2 +-
 rts/sm/MarkWeak.h                            |    2 +-
 rts/sm/Scav.c                                |    2 +-
 rts/sm/Scav.h                                |    2 +-
 rts/sm/Storage.c                             |    2 +-
 rts/sm/Sweep.c                               |    2 +-
 rts/sm/Sweep.h                               |    2 +-
 rules/add-dependency.mk                      |    4 ++--
 rules/all-target.mk                          |    4 ++--
 rules/bindist.mk                             |    4 ++--
 rules/build-dependencies.mk                  |    4 ++--
 rules/build-package-data.mk                  |    4 ++--
 rules/build-package-way.mk                   |    4 ++--
 rules/build-package.mk                       |    4 ++--
 rules/build-perl.mk                          |    4 ++--
 rules/build-prog.mk                          |    4 ++--
 rules/c-objs.mk                              |    4 ++--
 rules/c-sources.mk                           |    4 ++--
 rules/c-suffix-rules.mk                      |    4 ++--
 rules/clean-target.mk                        |    4 ++--
 rules/cmm-objs.mk                            |    4 ++--
 rules/cmm-suffix-rules.mk                    |    4 ++--
 rules/cross-compiling.mk                     |    4 ++--
 rules/dependencies.mk                        |    4 ++--
 rules/distdir-opts.mk                        |    4 ++--
 rules/distdir-way-opts.mk                    |    4 ++--
 rules/docbook.mk                             |    4 ++--
 rules/foreachLibrary.mk                      |    4 ++--
 rules/haddock.mk                             |    4 ++--
 rules/hi-rule.mk                             |    6 +++---
 rules/hs-objs.mk                             |    4 ++--
 rules/hs-sources.mk                          |    4 ++--
 rules/hs-suffix-rules-srcdir.mk              |    4 ++--
 rules/hs-suffix-way-rules-srcdir.mk          |    4 ++--
 rules/hs-suffix-way-rules.mk                 |    4 ++--
 rules/include-dependencies.mk                |    4 ++--
 rules/includes-sources.mk                    |    4 ++--
 rules/library-path.mk                        |    4 ++--
 rules/make-command.mk                        |    4 ++--
 rules/manual-package-config.mk               |    4 ++--
 rules/package-config.mk                      |    4 ++--
 rules/prof.mk                                |    4 ++--
 rules/relative-dynlib-references.mk          |    4 ++--
 rules/shell-wrapper.mk                       |    4 ++--
 rules/tags-package.mk                        |    4 ++--
 rules/trace.mk                               |    4 ++--
 rules/way-prelims.mk                         |    4 ++--
 sync-all                                     |    4 ++--
 utils/deriveConstants/Makefile               |    4 ++--
 utils/deriveConstants/ghc.mk                 |    4 ++--
 utils/dll-split/ghc.mk                       |    4 ++--
 utils/genapply/GenApply.hs                   |    2 +-
 utils/genapply/Makefile                      |    4 ++--
 utils/genapply/ghc.mk                        |    4 ++--
 utils/genprimopcode/Lexer.x                  |    2 +-
 utils/genprimopcode/Makefile                 |    4 ++--
 utils/genprimopcode/Parser.y                 |    2 +-
 utils/genprimopcode/ghc.mk                   |    4 ++--
 utils/ghc-cabal/Makefile                     |    4 ++--
 utils/ghc-cabal/ghc.mk                       |    4 ++--
 utils/ghc-pkg/Makefile                       |    4 ++--
 utils/ghc-pkg/ghc.mk                         |    4 ++--
 utils/ghctags/ghc.mk                         |    4 ++--
 utils/hp2ps/Makefile                         |    4 ++--
 utils/hp2ps/ghc.mk                           |    4 ++--
 utils/hpc/HpcParser.y                        |    2 +-
 utils/hpc/Makefile                           |    4 ++--
 utils/hpc/ghc.mk                             |    4 ++--
 utils/mkUserGuidePart/Makefile               |    4 ++--
 utils/mkUserGuidePart/ghc.mk                 |    4 ++--
 utils/mkdirhier/Makefile                     |    4 ++--
 utils/mkdirhier/ghc.mk                       |    4 ++--
 utils/runghc/Makefile                        |    4 ++--
 utils/runghc/ghc.mk                          |    4 ++--
 utils/touchy/Makefile                        |    4 ++--
 utils/touchy/ghc.mk                          |    4 ++--
 utils/unlit/Makefile                         |    4 ++--
 utils/unlit/ghc.mk                           |    4 ++--
 292 files changed, 428 insertions(+), 428 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2f69aaea7066b8d11034925d9376fadd67361eca



More information about the ghc-commits mailing list