diff options
author | Chaitanya Koparkar <ckoparkar@gmail.com> | 2019-03-22 14:42:27 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-27 07:20:11 -0400 |
commit | 4acdb769705de63c721555e70bef5c3dff87e3c5 (patch) | |
tree | 77df84eb71f409d0c355af0b7af769b9a534313c /libraries/ghc-boot-th | |
parent | 5730f86331df4aa9b3d7b5ab59b1ebeafceaeadb (diff) | |
download | haskell-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/ghc-boot-th')
-rw-r--r-- | libraries/ghc-boot-th/ghc-boot-th.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |