From a5e9146335e69f13c2dd1a4b49ed09b1651c2e95 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 3 Aug 2008 15:24:07 +0000 Subject: Move reL to H.GHC.Utils so we can use it everywhere --- src/Haddock/Backends/Hoogle.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Haddock/Backends/Hoogle.hs') diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs index 2e10ab9e..f921938f 100644 --- a/src/Haddock/Backends/Hoogle.hs +++ b/src/Haddock/Backends/Hoogle.hs @@ -60,8 +60,6 @@ ppModule iface = "" : doc (ifaceDoc iface) ++ --------------------------------------------------------------------- -- Utility functions -reL = L undefined - dropComment (' ':'-':'-':' ':_) = [] dropComment (x:xs) = x : dropComment xs -- cgit v1.2.3