Refactor SrcLoc and SrcSpan
[ghc-hetmet.git] / compiler / hsSyn / HsSyn.lhs
index 39093f2..ce748eb 100644 (file)
@@ -41,7 +41,7 @@ import HsDoc
 -- others:
 import IfaceSyn                ( IfaceBinding )
 import Outputable
-import SrcLoc          ( Located(..) )
+import SrcLoc
 import Module          ( Module, ModuleName )
 import FastString