aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Mitchell <unknown>2008-06-26 00:28:46 +0000
committerNeil Mitchell <unknown>2008-06-26 00:28:46 +0000
commit20827bbf0d713c06435120e44866ffdf81c9c4da (patch)
tree50ab4a94d0696b5d6891bd77bb3320fb2c53907c
parent9728fda4c7001b2770d721307a142c92cbba23a8 (diff)
Remove the indent utility function from Hoogle backend
-rw-r--r--src/Haddock/Backends/Hoogle.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs
index bda246ac..aafd63a5 100644
--- a/src/Haddock/Backends/Hoogle.hs
+++ b/src/Haddock/Backends/Hoogle.hs
@@ -59,7 +59,6 @@ ppModule iface = "" : doc (ifaceDoc iface) ++
---------------------------------------------------------------------
-- Utility functions
-indent = (++) " "
unL (L _ x) = x
reL = L undefined