X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FHscTypes.lhs;h=5c8c685573271f860a2677af1b53e1c75fce81db;hb=6a3f5f6beed9cec42c4b3a1b7cabc1809c838562;hp=3cdc200c9ba35b6c780214af2612994e0c4b58e4;hpb=fffba9e37c59f6b03bb79dcafb818b88abc0ed47;p=ghc-hetmet.git diff --git a/ghc/compiler/main/HscTypes.lhs b/ghc/compiler/main/HscTypes.lhs index 3cdc200..5c8c685 100644 --- a/ghc/compiler/main/HscTypes.lhs +++ b/ghc/compiler/main/HscTypes.lhs @@ -73,6 +73,7 @@ import UniqFM ( UniqFM ) import Outputable import SrcLoc ( SrcLoc, isGoodSrcLoc ) import Util ( thenCmp ) +import UniqSupply ( UniqSupply ) \end{code} %************************************************************************ @@ -415,7 +416,8 @@ data PersistentRenamerState = PRS { prsOrig :: OrigNameEnv, prsDecls :: DeclsMap, prsInsts :: IfaceInsts, - prsRules :: IfaceRules + prsRules :: IfaceRules, + prsNS :: UniqSupply } \end{code}