diff options
Diffstat (limited to 'includes/stg')
-rw-r--r-- | includes/stg/DLL.h | 2 | ||||
-rw-r--r-- | includes/stg/HaskellMachRegs.h | 2 | ||||
-rw-r--r-- | includes/stg/MachRegs.h | 2 | ||||
-rw-r--r-- | includes/stg/MiscClosures.h | 2 | ||||
-rw-r--r-- | includes/stg/Regs.h | 2 | ||||
-rw-r--r-- | includes/stg/RtsMachRegs.h | 2 | ||||
-rw-r--r-- | includes/stg/SMP.h | 2 | ||||
-rw-r--r-- | includes/stg/Ticky.h | 2 | ||||
-rw-r--r-- | includes/stg/Types.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/includes/stg/DLL.h b/includes/stg/DLL.h index d23002afd8..8ab5d8c3d4 100644 --- a/includes/stg/DLL.h +++ b/includes/stg/DLL.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/stg/HaskellMachRegs.h b/includes/stg/HaskellMachRegs.h index ea9a26d3ef..94b1612e7b 100644 --- a/includes/stg/HaskellMachRegs.h +++ b/includes/stg/HaskellMachRegs.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/stg/MachRegs.h b/includes/stg/MachRegs.h index 81e48cc9b4..587f947a6e 100644 --- a/includes/stg/MachRegs.h +++ b/includes/stg/MachRegs.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index b818aa4af4..d36c70d114 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -13,7 +13,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * --------------------------------------------------------------------------*/ diff --git a/includes/stg/Regs.h b/includes/stg/Regs.h index 1abf9da439..c5482128c1 100644 --- a/includes/stg/Regs.h +++ b/includes/stg/Regs.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/stg/RtsMachRegs.h b/includes/stg/RtsMachRegs.h index 5332c6d864..130221359d 100644 --- a/includes/stg/RtsMachRegs.h +++ b/includes/stg/RtsMachRegs.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h index 471e8f9f51..01663dd86e 100644 --- a/includes/stg/SMP.h +++ b/includes/stg/SMP.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h index 6f92a7f864..08517c5f3c 100644 --- a/includes/stg/Ticky.h +++ b/includes/stg/Ticky.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/stg/Types.h b/includes/stg/Types.h index 6138a8f8a2..bdd3860929 100644 --- a/includes/stg/Types.h +++ b/includes/stg/Types.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * NOTE: assumes #include "ghcconfig.h" * |