aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2006-09-15 19:50:49 +0000
committerdavve <davve@dtek.chalmers.se>2006-09-15 19:50:49 +0000
commite7d25fd7192f676a1d123fae8f2c8e0f25fc7588 (patch)
treee2765215771e857bb1ee5a4669ee9fb7264d358a /src/Main.hs
parentbef0a684d00eb4f167dbd8075e282a09f477e96d (diff)
Remove Interface and Binary2 modules
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 1b8116fc..cd406294 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -14,7 +14,6 @@ import HaddockTypes
import HaddockUtil
import HaddockVersion
import Paths_haddock ( getDataDir )
-import Interface ( Interface, dumpInterface, readInterface )
import Prelude hiding ( catch )
import Control.Exception ( bracket, throwIO, catch, Exception(..) )
@@ -415,13 +414,6 @@ run flags modules extEnv = do
maybe_source_urls maybe_wiki_urls
maybe_contents_url maybe_index_url
copyHtmlBits odir libdir css_file
-
- return ()
-
- -- dump an interface if requested
- case dumpIface of
- Nothing -> return ()
- Just fn -> dumpInterface env (map hmod_mod visibleMods) fn
where
pprList [] = []
pprList [x] = show x