diff options
Diffstat (limited to 'compiler/javaGen')
-rw-r--r-- | compiler/javaGen/Java.lhs | 2 | ||||
-rw-r--r-- | compiler/javaGen/JavaGen.lhs | 2 | ||||
-rw-r--r-- | compiler/javaGen/PrintJava.lhs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler/javaGen/Java.lhs b/compiler/javaGen/Java.lhs index 9dcf4ee279..f70363240b 100644 --- a/compiler/javaGen/Java.lhs +++ b/compiler/javaGen/Java.lhs @@ -14,7 +14,7 @@ for the backend of GHC and to target languauges like Java sucessfully. -- 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 Java where diff --git a/compiler/javaGen/JavaGen.lhs b/compiler/javaGen/JavaGen.lhs index 2c8ec44d67..513879a876 100644 --- a/compiler/javaGen/JavaGen.lhs +++ b/compiler/javaGen/JavaGen.lhs @@ -46,7 +46,7 @@ $k for keyword nameclash avoidance. -- 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 JavaGen( javaGen ) where diff --git a/compiler/javaGen/PrintJava.lhs b/compiler/javaGen/PrintJava.lhs index 967e73d701..7ed295ca68 100644 --- a/compiler/javaGen/PrintJava.lhs +++ b/compiler/javaGen/PrintJava.lhs @@ -8,7 +8,7 @@ -- 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 PrintJava( compilationUnit ) where |