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/utils | |
parent | fa92f5d1bd8ac27780a3e7b1a2d536b7eb76235b (diff) | |
download | haskell-7fc749a43b4b6b85d234fa95d4928648259584f4.tar.gz |
Fix CodingStyle#Warnings URLs
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Bag.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Binary.hs | 2 | ||||
-rw-r--r-- | compiler/utils/BufWrite.hs | 2 | ||||
-rw-r--r-- | compiler/utils/Digraph.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Encoding.hs | 2 | ||||
-rw-r--r-- | compiler/utils/FastMutInt.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/FastString.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/FastTypes.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/FiniteMap.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/IOEnv.hs | 2 | ||||
-rw-r--r-- | compiler/utils/ListSetOps.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Maybes.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/OrdList.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Outputable.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Panic.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Pretty.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/State.hs | 2 | ||||
-rw-r--r-- | compiler/utils/StringBuffer.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/UniqFM.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/UniqSet.lhs | 2 | ||||
-rw-r--r-- | compiler/utils/Util.lhs | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/compiler/utils/Bag.lhs b/compiler/utils/Bag.lhs index 6578a79f8c..2e50e00f88 100644 --- a/compiler/utils/Bag.lhs +++ b/compiler/utils/Bag.lhs @@ -10,7 +10,7 @@ Bag: an unordered collection with duplicates -- 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 Bag ( diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs index f6fed6c427..8fdc21abf1 100644 --- a/compiler/utils/Binary.hs +++ b/compiler/utils/Binary.hs @@ -14,7 +14,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 Binary diff --git a/compiler/utils/BufWrite.hs b/compiler/utils/BufWrite.hs index db86aa060a..6b13b99f98 100644 --- a/compiler/utils/BufWrite.hs +++ b/compiler/utils/BufWrite.hs @@ -14,7 +14,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 BufWrite ( diff --git a/compiler/utils/Digraph.lhs b/compiler/utils/Digraph.lhs index addab6c30f..66174592a7 100644 --- a/compiler/utils/Digraph.lhs +++ b/compiler/utils/Digraph.lhs @@ -7,7 +7,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 Digraph( diff --git a/compiler/utils/Encoding.hs b/compiler/utils/Encoding.hs index ede963f173..347fd8d481 100644 --- a/compiler/utils/Encoding.hs +++ b/compiler/utils/Encoding.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 Encoding ( diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 951cee8202..fae79d66be 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.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 FastMutInt( diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index b744a37fc3..ca7c2c71af 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -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 {- diff --git a/compiler/utils/FastTypes.lhs b/compiler/utils/FastTypes.lhs index dc4357440c..ab5ae460d4 100644 --- a/compiler/utils/FastTypes.lhs +++ b/compiler/utils/FastTypes.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 FastTypes ( diff --git a/compiler/utils/FiniteMap.lhs b/compiler/utils/FiniteMap.lhs index bb73d0ff32..d3a2c64797 100644 --- a/compiler/utils/FiniteMap.lhs +++ b/compiler/utils/FiniteMap.lhs @@ -22,7 +22,7 @@ near the end. -- 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 FiniteMap ( diff --git a/compiler/utils/IOEnv.hs b/compiler/utils/IOEnv.hs index d01588f47b..30cc28b42f 100644 --- a/compiler/utils/IOEnv.hs +++ b/compiler/utils/IOEnv.hs @@ -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 IOEnv ( diff --git a/compiler/utils/ListSetOps.lhs b/compiler/utils/ListSetOps.lhs index cfd8ddc504..2d972a994d 100644 --- a/compiler/utils/ListSetOps.lhs +++ b/compiler/utils/ListSetOps.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 ListSetOps ( diff --git a/compiler/utils/Maybes.lhs b/compiler/utils/Maybes.lhs index 4e4726a804..c9924f7e4b 100644 --- a/compiler/utils/Maybes.lhs +++ b/compiler/utils/Maybes.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 Maybes ( diff --git a/compiler/utils/OrdList.lhs b/compiler/utils/OrdList.lhs index 76e16654a8..7194bc3c6c 100644 --- a/compiler/utils/OrdList.lhs +++ b/compiler/utils/OrdList.lhs @@ -13,7 +13,7 @@ can be appended in linear time. -- 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 OrdList ( diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs index 01db06fd72..2462ea2052 100644 --- a/compiler/utils/Outputable.lhs +++ b/compiler/utils/Outputable.lhs @@ -11,7 +11,7 @@ forms of ``output.'' -- 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 Outputable ( diff --git a/compiler/utils/Panic.lhs b/compiler/utils/Panic.lhs index 9ff02db077..baf1bf3e28 100644 --- a/compiler/utils/Panic.lhs +++ b/compiler/utils/Panic.lhs @@ -13,7 +13,7 @@ some unnecessary loops in the module dependency graph. -- 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 Panic diff --git a/compiler/utils/Pretty.lhs b/compiler/utils/Pretty.lhs index b873ac70b1..aa08f1c742 100644 --- a/compiler/utils/Pretty.lhs +++ b/compiler/utils/Pretty.lhs @@ -156,7 +156,7 @@ Relative to John's original paper, there are the following new features: -- 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 Pretty ( diff --git a/compiler/utils/State.hs b/compiler/utils/State.hs index a0d21d6807..578a7b3665 100644 --- a/compiler/utils/State.hs +++ b/compiler/utils/State.hs @@ -2,7 +2,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 State where diff --git a/compiler/utils/StringBuffer.lhs b/compiler/utils/StringBuffer.lhs index 69a4f14bac..d7135353a1 100644 --- a/compiler/utils/StringBuffer.lhs +++ b/compiler/utils/StringBuffer.lhs @@ -10,7 +10,7 @@ Buffers for scanning string input stored in external arrays. -- 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 StringBuffer diff --git a/compiler/utils/UniqFM.lhs b/compiler/utils/UniqFM.lhs index e78d731199..3abf698fb8 100644 --- a/compiler/utils/UniqFM.lhs +++ b/compiler/utils/UniqFM.lhs @@ -17,7 +17,7 @@ Basically, the things need to be in class @Uniquable@, and we use the -- 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 UniqFM ( diff --git a/compiler/utils/UniqSet.lhs b/compiler/utils/UniqSet.lhs index aa60dd7cdb..53a7e3ab5e 100644 --- a/compiler/utils/UniqSet.lhs +++ b/compiler/utils/UniqSet.lhs @@ -13,7 +13,7 @@ Basically, the things need to be in class @Uniquable@. -- 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 UniqSet ( diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index 79f62eaf08..2d5e74043f 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.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 Util ( |