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/AttachInstances.hs | |
parent | fbea25b9766993942c044db898ca047b9416e30b (diff) |
Fix unused import warnings
Diffstat (limited to 'src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/Interface/AttachInstances.hs b/src/Haddock/Interface/AttachInstances.hs index eb0d719e..1f45be01 100644 --- a/src/Haddock/Interface/AttachInstances.hs +++ b/src/Haddock/Interface/AttachInstances.hs @@ -21,7 +21,6 @@ import Data.List import GHC import Name -import SrcLoc import InstEnv import Class @@ -34,7 +33,6 @@ import TypeRep import Var hiding (varName) import TyCon import PrelNames -import HscTypes import FastString #define FSLIT(x) (mkFastString# (x#)) |