Refactor SrcLoc and SrcSpan
[ghc-hetmet.git] / compiler / hsSyn / HsImpExp.lhs
index 176182e..7b4c904 100644 (file)
@@ -15,7 +15,7 @@ import HsDoc          ( HsDocString )
 
 import Outputable
 import FastString
-import SrcLoc           ( Located(..), noLoc )
+import SrcLoc
 
 import Data.Data
 \end{code}