diff options
Diffstat (limited to 'utils/genapply/Main.hs')
-rw-r--r-- | utils/genapply/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs index 7038dc5c09..f35897ba9d 100644 --- a/utils/genapply/Main.hs +++ b/utils/genapply/Main.hs @@ -8,7 +8,7 @@ -- The above warning suppression flags are a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See --- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings +-- https://gitlab.haskell.org/ghc/ghc/wikis/commentary/coding-style#warnings -- for details module Main(main) where |