diff options
author | Ian Lynagh <igloo@earth.li> | 2009-07-07 13:35:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-07-07 13:35:45 +0000 |
commit | a5698175f207de66f7c59e4761ad12e23b072fdf (patch) | |
tree | 699dddb87a632a9ba8dccfe3fac4057e6ead4e69 /src/Haddock/Interface.hs | |
parent | fbea25b9766993942c044db898ca047b9416e30b (diff) |
Fix unused import warnings
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r-- | src/Haddock/Interface.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index b9d409db..3092afc6 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -36,7 +36,6 @@ import Control.Exception ( evaluate ) import Distribution.Verbosity import GHC hiding (verbosity, flags) -import Name import Digraph import HscTypes |