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/main | |
parent | fa92f5d1bd8ac27780a3e7b1a2d536b7eb76235b (diff) | |
download | haskell-7fc749a43b4b6b85d234fa95d4928648259584f4.tar.gz |
Fix CodingStyle#Warnings URLs
Diffstat (limited to 'compiler/main')
-rw-r--r-- | compiler/main/BreakArray.hs | 2 | ||||
-rw-r--r-- | compiler/main/CmdLineParser.hs | 2 | ||||
-rw-r--r-- | compiler/main/CodeOutput.lhs | 2 | ||||
-rw-r--r-- | compiler/main/Constants.lhs | 2 | ||||
-rw-r--r-- | compiler/main/DriverMkDepend.hs | 2 | ||||
-rw-r--r-- | compiler/main/DriverPhases.hs | 2 | ||||
-rw-r--r-- | compiler/main/DriverPipeline.hs | 2 | ||||
-rw-r--r-- | compiler/main/DynFlags.hs | 2 | ||||
-rw-r--r-- | compiler/main/ErrUtils.lhs | 2 | ||||
-rw-r--r-- | compiler/main/Finder.lhs | 2 | ||||
-rw-r--r-- | compiler/main/GHC.hs | 2 | ||||
-rw-r--r-- | compiler/main/HeaderInfo.hs | 2 | ||||
-rw-r--r-- | compiler/main/HscMain.lhs | 2 | ||||
-rw-r--r-- | compiler/main/HscStats.lhs | 2 | ||||
-rw-r--r-- | compiler/main/HscTypes.lhs | 2 | ||||
-rw-r--r-- | compiler/main/InteractiveEval.hs | 2 | ||||
-rw-r--r-- | compiler/main/Main.hs | 2 | ||||
-rw-r--r-- | compiler/main/PackageConfig.hs | 2 | ||||
-rw-r--r-- | compiler/main/Packages.lhs | 2 | ||||
-rw-r--r-- | compiler/main/ParsePkgConf.y | 2 | ||||
-rw-r--r-- | compiler/main/PprTyThing.hs | 2 | ||||
-rw-r--r-- | compiler/main/StaticFlags.hs | 2 | ||||
-rw-r--r-- | compiler/main/SysTools.lhs | 2 | ||||
-rw-r--r-- | compiler/main/TidyPgm.lhs | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/compiler/main/BreakArray.hs b/compiler/main/BreakArray.hs index d258ae6961..364a917371 100644 --- a/compiler/main/BreakArray.hs +++ b/compiler/main/BreakArray.hs @@ -11,7 +11,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 BreakArray diff --git a/compiler/main/CmdLineParser.hs b/compiler/main/CmdLineParser.hs index 27a1409a55..148dbe8e32 100644 --- a/compiler/main/CmdLineParser.hs +++ b/compiler/main/CmdLineParser.hs @@ -13,7 +13,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 CmdLineParser ( diff --git a/compiler/main/CodeOutput.lhs b/compiler/main/CodeOutput.lhs index 79305fcccb..c5a8c79bbd 100644 --- a/compiler/main/CodeOutput.lhs +++ b/compiler/main/CodeOutput.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 CodeOutput( codeOutput, outputForeignStubs ) where diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs index d6f6bc19d7..0437217cf6 100644 --- a/compiler/main/Constants.lhs +++ b/compiler/main/Constants.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 Constants (module Constants) where diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index 4f0dfb0e17..de0ce531b5 100644 --- a/compiler/main/DriverMkDepend.hs +++ b/compiler/main/DriverMkDepend.hs @@ -10,7 +10,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 DriverMkDepend ( diff --git a/compiler/main/DriverPhases.hs b/compiler/main/DriverPhases.hs index b684d0e80b..1d27945c01 100644 --- a/compiler/main/DriverPhases.hs +++ b/compiler/main/DriverPhases.hs @@ -11,7 +11,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 DriverPhases ( diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index 5308ba2df1..ceb0b3be50 100644 --- a/compiler/main/DriverPipeline.hs +++ b/compiler/main/DriverPipeline.hs @@ -10,7 +10,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 DriverPipeline ( diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 83990e342f..13a5cba627 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -17,7 +17,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 DynFlags ( diff --git a/compiler/main/ErrUtils.lhs b/compiler/main/ErrUtils.lhs index cee03cce3b..e4559d4a04 100644 --- a/compiler/main/ErrUtils.lhs +++ b/compiler/main/ErrUtils.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 ErrUtils ( diff --git a/compiler/main/Finder.lhs b/compiler/main/Finder.lhs index f9e3aa4813..24c52bbb66 100644 --- a/compiler/main/Finder.lhs +++ b/compiler/main/Finder.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 Finder ( diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 254302fda6..d697bdca74 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -10,7 +10,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 GHC ( diff --git a/compiler/main/HeaderInfo.hs b/compiler/main/HeaderInfo.hs index 334da824d7..90c6155788 100644 --- a/compiler/main/HeaderInfo.hs +++ b/compiler/main/HeaderInfo.hs @@ -12,7 +12,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 HeaderInfo ( getImportsFromFile, getImports diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index 51d6d88cd6..3a20b5bbf3 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -9,7 +9,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 HscMain diff --git a/compiler/main/HscStats.lhs b/compiler/main/HscStats.lhs index 3e182e0724..e7b780af5b 100644 --- a/compiler/main/HscStats.lhs +++ b/compiler/main/HscStats.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 HscStats ( ppSourceStats ) where diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index 66f936faf8..10f00fda8b 100644 --- a/compiler/main/HscTypes.lhs +++ b/compiler/main/HscTypes.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 HscTypes ( diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs index 071e434e53..939c20f4d0 100644 --- a/compiler/main/InteractiveEval.hs +++ b/compiler/main/InteractiveEval.hs @@ -10,7 +10,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 InteractiveEval ( diff --git a/compiler/main/Main.hs b/compiler/main/Main.hs index 4059f1e00f..f6e000216d 100644 --- a/compiler/main/Main.hs +++ b/compiler/main/Main.hs @@ -11,7 +11,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 Main (main) where diff --git a/compiler/main/PackageConfig.hs b/compiler/main/PackageConfig.hs index 08ba31ff85..d195f6cf73 100644 --- a/compiler/main/PackageConfig.hs +++ b/compiler/main/PackageConfig.hs @@ -6,7 +6,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 PackageConfig ( diff --git a/compiler/main/Packages.lhs b/compiler/main/Packages.lhs index 474c1b3a43..a59e60ce50 100644 --- a/compiler/main/Packages.lhs +++ b/compiler/main/Packages.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 Packages ( diff --git a/compiler/main/ParsePkgConf.y b/compiler/main/ParsePkgConf.y index eb3d97f3d6..85385a7266 100644 --- a/compiler/main/ParsePkgConf.y +++ b/compiler/main/ParsePkgConf.y @@ -3,7 +3,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 ParsePkgConf( loadPackageConfig ) where diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs index 7c50680def..a0bad30fd0 100644 --- a/compiler/main/PprTyThing.hs +++ b/compiler/main/PprTyThing.hs @@ -10,7 +10,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 PprTyThing ( diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index a843ef90d1..46f3416836 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -13,7 +13,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 StaticFlags ( diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 729316836b..f0b3422859 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -11,7 +11,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 SysTools ( diff --git a/compiler/main/TidyPgm.lhs b/compiler/main/TidyPgm.lhs index 15435e9b70..c0ca38a40d 100644 --- a/compiler/main/TidyPgm.lhs +++ b/compiler/main/TidyPgm.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 TidyPgm( mkBootModDetails, tidyProgram ) where |