X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FhsSyn%2FHsSyn.lhs;h=ed04dff5da85bdb5cb43e0d62b0c6343d0599ed5;hb=f714e6b642fd614a9971717045ae47c3d871275e;hp=96379a5e2835f292f605a9cb9d8fbaba7c4ea739;hpb=9e90a28e134b8e5af3f6ec9b7300bc41324fea9c;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index 96379a5..ed04dff 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -39,9 +39,8 @@ import HsUtils -- others: import IfaceSyn ( IfaceBinding ) import Outputable -import SrcLoc ( Located(..), unLoc, noLoc ) +import SrcLoc ( Located(..) ) import Module ( Module ) -import Bag ( Bag, foldrBag ) \end{code} All we actually declare here is the top-level structure for a module.