X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FdeSugar%2FDsGRHSs.lhs;h=146771d5ddceba23f3e9bbd2cfdf726ccb5094f8;hp=e0bb5f2dbb2154b3e53a317b69b78b7a45ec913e;hb=7fc749a43b4b6b85d234fa95d4928648259584f4;hpb=fa92f5d1bd8ac27780a3e7b1a2d536b7eb76235b diff --git a/compiler/deSugar/DsGRHSs.lhs b/compiler/deSugar/DsGRHSs.lhs index e0bb5f2..146771d 100644 --- a/compiler/deSugar/DsGRHSs.lhs +++ b/compiler/deSugar/DsGRHSs.lhs @@ -10,7 +10,7 @@ Matching guarded right-hand-sides (GRHSs) -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings -- for details module DsGRHSs ( dsGuarded, dsGRHSs ) where