aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Rename.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-07 13:35:45 +0000
committerIan Lynagh <igloo@earth.li>2009-07-07 13:35:45 +0000
commita5698175f207de66f7c59e4761ad12e23b072fdf (patch)
tree699dddb87a632a9ba8dccfe3fac4057e6ead4e69 /src/Haddock/Interface/Rename.hs
parentfbea25b9766993942c044db898ca047b9416e30b (diff)
Fix unused import warnings
Diffstat (limited to 'src/Haddock/Interface/Rename.hs')
-rw-r--r--src/Haddock/Interface/Rename.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Interface/Rename.hs b/src/Haddock/Interface/Rename.hs
index d28924d8..50e9327e 100644
--- a/src/Haddock/Interface/Rename.hs
+++ b/src/Haddock/Interface/Rename.hs
@@ -19,7 +19,6 @@ import Haddock.GhcUtils
import GHC hiding (NoLink)
import Name
import BasicTypes
-import SrcLoc
import Bag (emptyBag)
import Data.List