summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@gmail.com>2019-03-22 14:42:27 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-27 07:20:11 -0400
commit4acdb769705de63c721555e70bef5c3dff87e3c5 (patch)
tree77df84eb71f409d0c355af0b7af769b9a534313c /libraries
parent5730f86331df4aa9b3d7b5ab59b1ebeafceaeadb (diff)
downloadhaskell-4acdb769705de63c721555e70bef5c3dff87e3c5.tar.gz
Fix a few broken Trac links [skip ci]
This patch only attempts to fix links that don't automatically re-direct to the correct URL.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/base.cabal2
-rw-r--r--libraries/ghc-boot-th/ghc-boot-th.cabal.in2
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in2
-rw-r--r--libraries/ghc-compact/ghc-compact.cabal2
-rw-r--r--libraries/ghc-heap/GHC/Exts/Heap/Closures.hs2
-rw-r--r--libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc2
-rw-r--r--libraries/ghc-heap/ghc-heap.cabal.in2
-rw-r--r--libraries/ghc-prim/ghc-prim.cabal2
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in2
9 files changed, 9 insertions, 9 deletions
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index 57ac829b66..0b2c9a5b17 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -6,7 +6,7 @@ version: 4.13.0.0
license: BSD-3-Clause
license-file: LICENSE
maintainer: libraries@haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/base
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: Basic libraries
category: Prelude
build-type: Configure
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 657055d93d..78d7502945 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -8,7 +8,7 @@ license: BSD3
license-file: LICENSE
category: GHC
maintainer: ghc-devs@haskell.org
-bug-reports: https://ghc.haskell.org/trac/ghc/newticket
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: Shared functionality between GHC and the @template-haskell@
library
description: This library contains various bits shared between the @ghc@ and
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 863987beab..12701d0bd8 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -8,7 +8,7 @@ license: BSD3
license-file: LICENSE
category: GHC
maintainer: ghc-devs@haskell.org
-bug-reports: https://ghc.haskell.org/trac/ghc/newticket
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: Shared functionality between GHC and its boot libraries
description: This library is shared between GHC, ghc-pkg, and other boot
libraries.
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal
index d7572ff11a..5f231898fb 100644
--- a/libraries/ghc-compact/ghc-compact.cabal
+++ b/libraries/ghc-compact/ghc-compact.cabal
@@ -4,7 +4,7 @@ version: 0.1.0.0
license: BSD3
license-file: LICENSE
maintainer: libraries@haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/ghc-compact
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: In memory storage of deeply evaluated data structure
category: Data
description:
diff --git a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
index 8c4ff256a9..38fef83940 100644
--- a/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
+++ b/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
@@ -100,7 +100,7 @@ areBoxesEqual (Box a) (Box b) = case reallyUnsafePtrEqualityUpToTag# a b of
type Closure = GenClosure Box
-- | This is the representation of a Haskell value on the heap. It reflects
--- <http://ghc.haskell.org/trac/ghc/browser/includes/rts/storage/Closures.h>
+-- <https://gitlab.haskell.org/ghc/ghc/blob/master/includes/rts/storage/Closures.h>
--
-- The data type is parametrized by the type to store references in. Usually
-- this is a 'Box' with the type synonym 'Closure'.
diff --git a/libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc b/libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc
index 9c7c392adc..783744f26a 100644
--- a/libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc
+++ b/libraries/ghc-heap/GHC/Exts/Heap/InfoTable/Types.hsc
@@ -28,7 +28,7 @@ type HalfWord = Word16
type EntryFunPtr = FunPtr (Ptr () -> IO (Ptr ()))
-- | This is a somewhat faithful representation of an info table. See
--- <http://ghc.haskell.org/trac/ghc/browser/includes/rts/storage/InfoTables.h>
+-- <https://gitlab.haskell.org/ghc/ghc/blob/master/includes/rts/storage/InfoTables.h>
-- for more details on this data structure.
data StgInfoTable = StgInfoTable {
entry :: Maybe EntryFunPtr, -- Just <=> not ghciTablesNextToCode
diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in
index 386c984222..134db1249e 100644
--- a/libraries/ghc-heap/ghc-heap.cabal.in
+++ b/libraries/ghc-heap/ghc-heap.cabal.in
@@ -4,7 +4,7 @@ version: @ProjectVersionMunged@
license: BSD-3-Clause
license-file: LICENSE
maintainer: libraries@haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: Functions for walking GHC's heap
category: GHC
description:
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal
index a95f1ecaa8..b97d305e12 100644
--- a/libraries/ghc-prim/ghc-prim.cabal
+++ b/libraries/ghc-prim/ghc-prim.cabal
@@ -6,7 +6,7 @@ license: BSD-3-Clause
license-file: LICENSE
category: GHC
maintainer: libraries@haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=ghc-prim
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: GHC primitives
build-type: Custom
description:
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in
index d689af1f75..a7128be884 100644
--- a/libraries/template-haskell/template-haskell.cabal.in
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -9,7 +9,7 @@ license: BSD3
license-file: LICENSE
category: Template Haskell
maintainer: libraries@haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=Template%20Haskell
+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis: Support library for Template Haskell
build-type: Simple
Cabal-Version: >= 1.10