diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-05 00:48:47 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-05 13:46:35 +0000 |
commit | 676a204efbf97747350c5792953ee4b58ae6f852 (patch) | |
tree | c17d432cf6907a6d5b524b040fc035386c5e82ed /compiler/specialise | |
parent | 3f8023dc3d594616dc2fcdf22163100a80bfcb05 (diff) | |
download | haskell-676a204efbf97747350c5792953ee4b58ae6f852.tar.gz |
Remove some out-of-date comments
Diffstat (limited to 'compiler/specialise')
-rw-r--r-- | compiler/specialise/SpecConstr.lhs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs index 2ddc42479e..12492836ab 100644 --- a/compiler/specialise/SpecConstr.lhs +++ b/compiler/specialise/SpecConstr.lhs @@ -16,12 +16,6 @@ ToDo [Nov 2010] -- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces -- for details --- 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/Commentary/CodingStyle#Warnings --- for details - module SpecConstr( specConstrProgram #ifdef GHCI |