diff options
| -rw-r--r-- | src/Haddock/Backends/Hoogle.hs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs index 14594569..f0eced51 100644 --- a/src/Haddock/Backends/Hoogle.hs +++ b/src/Haddock/Backends/Hoogle.hs @@ -156,7 +156,6 @@ type Tags = [Tag]  box f x = [f x]  str a = [Str a] --- TODO:  -- want things like paragraph, pre etc to be handled by blank lines in the source document  -- and things like \n and \t converted away  -- much like blogger in HTML mode | 
