diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Data/Coerce.hs | 2 | ||||
-rw-r--r-- | libraries/base/Data/Typeable.hs | 2 | ||||
-rw-r--r-- | libraries/base/GHC/OverloadedLabels.hs | 2 | ||||
-rw-r--r-- | libraries/base/GHC/Records.hs | 2 | ||||
-rw-r--r-- | libraries/ghc-heap/GHC/Exts/Heap/Closures.hs | 2 | ||||
-rw-r--r-- | libraries/integer-gmp/changelog.md | 4 | ||||
-rw-r--r-- | libraries/integer-gmp/gmp/ghc.mk | 4 | ||||
-rw-r--r-- | libraries/integer-gmp/src/GHC/Integer.hs | 2 | ||||
-rw-r--r-- | libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs | 2 | ||||
-rw-r--r-- | libraries/integer-simple/GHC/Integer/Type.hs | 2 | ||||
-rw-r--r-- | libraries/libiserv/Makefile | 4 | ||||
-rw-r--r-- | libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs | 6 |
12 files changed, 17 insertions, 17 deletions
diff --git a/libraries/base/Data/Coerce.hs b/libraries/base/Data/Coerce.hs index bb98393210..9bd7f9a41a 100644 --- a/libraries/base/Data/Coerce.hs +++ b/libraries/base/Data/Coerce.hs @@ -14,7 +14,7 @@ -- Safe coercions between data types. -- -- More in-depth information can be found on the --- <https://ghc.haskell.org/trac/ghc/wiki/Roles Roles wiki page> +-- <https://gitlab.haskell.org/ghc/ghc/wikis/roles Roles wiki page> -- -- @since 4.7.0.0 ----------------------------------------------------------------------------- diff --git a/libraries/base/Data/Typeable.hs b/libraries/base/Data/Typeable.hs index c9a8711d79..ba0650c8f2 100644 --- a/libraries/base/Data/Typeable.hs +++ b/libraries/base/Data/Typeable.hs @@ -36,7 +36,7 @@ -- Since GHC 7.8, 'Typeable' is poly-kinded. The changes required for this might -- break some old programs involving 'Typeable'. More details on this, including -- how to fix your code, can be found on the --- <https://ghc.haskell.org/trac/ghc/wiki/GhcKinds/PolyTypeable PolyTypeable wiki page> +-- <https://gitlab.haskell.org/ghc/ghc/wikis/ghc-kinds/poly-typeable PolyTypeable wiki page> -- ----------------------------------------------------------------------------- diff --git a/libraries/base/GHC/OverloadedLabels.hs b/libraries/base/GHC/OverloadedLabels.hs index 7e27cf6bf4..df0cde2f57 100644 --- a/libraries/base/GHC/OverloadedLabels.hs +++ b/libraries/base/GHC/OverloadedLabels.hs @@ -19,7 +19,7 @@ -- -- This module defines the 'IsLabel' class is used by the -- @OverloadedLabels@ extension. See the --- <https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/OverloadedLabels wiki page> +-- <https://gitlab.haskell.org/ghc/ghc/wikis/records/overloaded-record-fields/overloaded-labels wiki page> -- for more details. -- -- When @OverloadedLabels@ is enabled, if GHC sees an occurrence of diff --git a/libraries/base/GHC/Records.hs b/libraries/base/GHC/Records.hs index 0292f3ae80..8ac8b680e2 100644 --- a/libraries/base/GHC/Records.hs +++ b/libraries/base/GHC/Records.hs @@ -17,7 +17,7 @@ -- -- This module defines the 'HasField' class used by the -- @OverloadedRecordFields@ extension. See the --- <https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields +-- <https://gitlab.haskell.org/ghc/ghc/wikis/records/overloaded-record-fields -- wiki page> for more details. -- ----------------------------------------------------------------------------- diff --git a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs index 2465014e48..8c4ff256a9 100644 --- a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs +++ b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs @@ -111,7 +111,7 @@ type Closure = GenClosure Box -- fields are the payload. -- -- See --- <https://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/HeapObjects> +-- <https://gitlab.haskell.org/ghc/ghc/wikis/commentary/rts/storage/heap-objects> -- for more information. data GenClosure b = -- | A data constructor diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md index 036b14cdcd..33586f4ef2 100644 --- a/libraries/integer-gmp/changelog.md +++ b/libraries/integer-gmp/changelog.md @@ -32,7 +32,7 @@ * Bundled with GHC 7.10.1 * Complete rewrite of `integer-gmp`. For more details, see - https://ghc.haskell.org/trac/ghc/wiki/Design/IntegerGmp2 + https://gitlab.haskell.org/ghc/ghc/wikis/design/integer-gmp2 ## 0.5.1.0 *Feb 2014* @@ -40,7 +40,7 @@ * Improved Haddock documentation - * New [PrimBool](https://ghc.haskell.org/trac/ghc/wiki/PrimBool) + * New [PrimBool](https://gitlab.haskell.org/ghc/ghc/wikis/prim-bool) versions of comparison predicates in `GHC.Integer`: eqInteger# :: Integer -> Integer -> Int# diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk index 2a9f3ebfc0..5c34691207 100644 --- a/libraries/integer-gmp/gmp/ghc.mk +++ b/libraries/integer-gmp/gmp/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://ghc.haskell.org/trac/ghc/wiki/Building/Architecture -# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying +# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture +# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying # # ----------------------------------------------------------------------------- diff --git a/libraries/integer-gmp/src/GHC/Integer.hs b/libraries/integer-gmp/src/GHC/Integer.hs index 00c26b0a7b..6a0d16d553 100644 --- a/libraries/integer-gmp/src/GHC/Integer.hs +++ b/libraries/integer-gmp/src/GHC/Integer.hs @@ -53,7 +53,7 @@ module GHC.Integer ( -- -- | These operations return @0#@ and @1#@ instead of 'False' and -- 'True' respectively. See - -- <https://ghc.haskell.org/trac/ghc/wiki/PrimBool PrimBool wiki-page> + -- <https://gitlab.haskell.org/ghc/ghc/wikis/prim-bool PrimBool wiki-page> -- for more details eqInteger#, neqInteger#, leInteger#, gtInteger#, ltInteger#, geInteger#, diff --git a/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs b/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs index 1d86fc1ff3..6eb88bd943 100644 --- a/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs +++ b/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs @@ -29,7 +29,7 @@ -- if called with invalid arguments. -- -- See also --- <https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/Integer GHC Commentary: Libraries/Integer>. +-- <https://gitlab.haskell.org/ghc/ghc/wikis/commentary/libraries/integer GHC Commentary: Libraries/Integer>. module GHC.Integer.GMP.Internals ( -- * The 'Integer' type diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs index 33178932b6..cdbeb86a70 100644 --- a/libraries/integer-simple/GHC/Integer/Type.hs +++ b/libraries/integer-simple/GHC/Integer/Type.hs @@ -3,7 +3,7 @@ UnliftedFFITypes #-} -- Commentary of Integer library is located on the wiki: --- http://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/Integer +-- https://gitlab.haskell.org/ghc/ghc/wikis/commentary/libraries/integer -- -- It gives an in-depth description of implementation details and -- decisions. diff --git a/libraries/libiserv/Makefile b/libraries/libiserv/Makefile index f160978c19..88656e7853 100644 --- a/libraries/libiserv/Makefile +++ b/libraries/libiserv/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://ghc.haskell.org/trac/ghc/wiki/Building/Architecture -# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying +# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture +# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying # # ----------------------------------------------------------------------------- diff --git a/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs b/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs index b08b31c4fe..9b9c016c88 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs @@ -759,13 +759,13 @@ sourceLazy = return SourceLazy sourceStrict = return SourceStrict {-# DEPRECATED isStrict - ["Use 'bang'. See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0. ", + ["Use 'bang'. See https://gitlab.haskell.org/ghc/ghc/wikis/migration/8.0. ", "Example usage: 'bang noSourceUnpackedness sourceStrict'"] #-} {-# DEPRECATED notStrict - ["Use 'bang'. See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0. ", + ["Use 'bang'. See https://gitlab.haskell.org/ghc/ghc/wikis/migration/8.0. ", "Example usage: 'bang noSourceUnpackedness noSourceStrictness'"] #-} {-# DEPRECATED unpacked - ["Use 'bang'. See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0. ", + ["Use 'bang'. See https://gitlab.haskell.org/ghc/ghc/wikis/migration/8.0. ", "Example usage: 'bang sourceUnpack sourceStrict'"] #-} isStrict, notStrict, unpacked :: Q Strict isStrict = bang noSourceUnpackedness sourceStrict |