summaryrefslogtreecommitdiff
path: root/libraries/ghci
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2019-03-30 11:42:14 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-01 03:32:36 -0400
commit27b99ed8ede3d54932a432402de7dc43d1445f8f (patch)
tree64d5fc978eb0f25a6ffdae5c85ce9577a7d1fc8f /libraries/ghci
parent55650d147bce7cd005327ebd5807fe2851a4e2e1 (diff)
downloadhaskell-27b99ed8ede3d54932a432402de7dc43d1445f8f.tar.gz
Clean up URLs to point to GitLab
This moves URL references to old Trac to their corresponding GitLab counterparts. This patch does not update the submodule library, such as libraries/Cabal. See also !539, !606, !618 [ci skip]
Diffstat (limited to 'libraries/ghci')
-rw-r--r--libraries/ghci/ghci.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 4b8100b9e2..58a2d58449 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -7,7 +7,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: The library supporting GHC's interactive interpreter
description:
This library offers interfaces which mediate interactions between the