diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-04 14:01:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-04 14:01:15 +0000 |
commit | 7fc749a43b4b6b85d234fa95d4928648259584f4 (patch) | |
tree | 421ee0214b5335bd05ad5e011beea8db87bac976 /compiler/simplStg | |
parent | fa92f5d1bd8ac27780a3e7b1a2d536b7eb76235b (diff) | |
download | haskell-7fc749a43b4b6b85d234fa95d4928648259584f4.tar.gz |
Fix CodingStyle#Warnings URLs
Diffstat (limited to 'compiler/simplStg')
-rw-r--r-- | compiler/simplStg/SRT.lhs | 2 | ||||
-rw-r--r-- | compiler/simplStg/SimplStg.lhs | 2 | ||||
-rw-r--r-- | compiler/simplStg/StgStats.lhs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler/simplStg/SRT.lhs b/compiler/simplStg/SRT.lhs index 3fba6e582a..59ce71c89a 100644 --- a/compiler/simplStg/SRT.lhs +++ b/compiler/simplStg/SRT.lhs @@ -11,7 +11,7 @@ bindings have no CAF references, and record the fact in their IdInfo. -- 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 SRT( computeSRTs ) where diff --git a/compiler/simplStg/SimplStg.lhs b/compiler/simplStg/SimplStg.lhs index b4ea822f6c..09ab87329b 100644 --- a/compiler/simplStg/SimplStg.lhs +++ b/compiler/simplStg/SimplStg.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 SimplStg ( stg2stg ) where diff --git a/compiler/simplStg/StgStats.lhs b/compiler/simplStg/StgStats.lhs index 57fea0e464..caee134c37 100644 --- a/compiler/simplStg/StgStats.lhs +++ b/compiler/simplStg/StgStats.lhs @@ -25,7 +25,7 @@ The program gather statistics about -- 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 StgStats ( showStgStats ) where |