diff options
Diffstat (limited to 'compiler/main/Plugins.hs')
-rw-r--r-- | compiler/main/Plugins.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Plugins.hs b/compiler/main/Plugins.hs index 585eab1e45..93297522db 100644 --- a/compiler/main/Plugins.hs +++ b/compiler/main/Plugins.hs @@ -120,7 +120,7 @@ data Plugin = Plugin { -- is supported by most build environment. -- -- For the full discussion, check the full proposal at: --- https://ghc.haskell.org/trac/ghc/wiki/ExtendedPluginsProposal +-- https://gitlab.haskell.org/ghc/ghc/wikis/extended-plugins-proposal data PluginWithArgs = PluginWithArgs { paPlugin :: Plugin |