2023-03-30 08:26:17 +00:00
|
|
|
Index: ghc-9.4.4/docs/users_guide/ghc_config.py.in
|
2023-01-18 12:09:32 +00:00
|
|
|
===================================================================
|
2023-03-30 08:26:17 +00:00
|
|
|
--- ghc-9.4.4.orig/docs/users_guide/ghc_config.py.in 2022-12-23 16:19:02.000000000 +0000
|
|
|
|
+++ ghc-9.4.4/docs/users_guide/ghc_config.py.in 2023-01-30 21:30:24.105048683 +0000
|
2023-01-18 12:09:32 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
extlinks = {
|
|
|
|
- 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '#'),
|
|
|
|
- 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/wikis/%s', '#'),
|
|
|
|
+ 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/issues/%s', '#%s'),
|
|
|
|
+ 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/wikis/%s', '#%s'),
|
|
|
|
}
|
|
|
|
|
|
|
|
libs_base_uri = '../libraries'
|
2023-03-30 08:26:17 +00:00
|
|
|
Index: ghc-9.4.4/libraries/Cabal/doc/conf.py
|
2023-01-18 12:09:32 +00:00
|
|
|
===================================================================
|
2023-03-30 08:26:17 +00:00
|
|
|
--- ghc-9.4.4.orig/libraries/Cabal/doc/conf.py 2022-12-23 16:19:53.000000000 +0000
|
|
|
|
+++ ghc-9.4.4/libraries/Cabal/doc/conf.py 2023-01-30 21:30:53.908929483 +0000
|
|
|
|
@@ -28,12 +28,12 @@ master_doc = 'index'
|
2023-01-18 12:09:32 +00:00
|
|
|
|
|
|
|
# extlinks -- see http://www.sphinx-doc.org/en/stable/ext/extlinks.html
|
|
|
|
extlinks = {
|
|
|
|
- 'issue': ('https://github.com/haskell/cabal/issues/%s', '#'),
|
|
|
|
+ 'issue': ('https://github.com/haskell/cabal/issues/%s', '#%s'),
|
|
|
|
|
2023-03-30 08:26:17 +00:00
|
|
|
- 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s', ''),
|
|
|
|
- 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s', 'GHC #'),
|
|
|
|
+ 'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s', None),
|
|
|
|
+ 'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s', 'GHC #%s'),
|
2023-01-18 12:09:32 +00:00
|
|
|
|
|
|
|
- 'hackage-pkg': ('http://hackage.haskell.org/package/%s', ''),
|
|
|
|
+ 'hackage-pkg': ('http://hackage.haskell.org/package/%s', None),
|
|
|
|
}
|
|
|
|
|
|
|
|
# General information about the project.
|