aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-07-13 13:36:23 +0000
committerDavid Waern <david.waern@gmail.com>2008-07-13 13:36:23 +0000
commitbc45b8b0190f06f705b96c5b4adad17eeddf94cb (patch)
tree07e56da7762ebfc3e634ce6658ee49e9f24fe106
parente3341bcc862a2795d954534376264d60049c1d6c (diff)
Remove unused import from H.I.Create
-rw-r--r--src/Haddock/Interface/Create.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs
index 43367fb7..8bbc5341 100644
--- a/src/Haddock/Interface/Create.hs
+++ b/src/Haddock/Interface/Create.hs
@@ -34,8 +34,6 @@ import TyCon
import PrelNames
import Bag
import HscTypes
-import Util (handleDyn)
-import ErrUtils (printBagOfErrors)
-- | Process the data in the GhcModule to produce an interface.