X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplStg%2FUpdAnal.lhs;h=5f6092c0318e75949ee105c1d64c83135b58dcf8;hp=553acacee3796f2e9cc9eef25a9534b45272e757;hb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;hpb=cc051dd76d01b61caae6f4e1fc177c9815716961 diff --git a/ghc/compiler/simplStg/UpdAnal.lhs b/ghc/compiler/simplStg/UpdAnal.lhs index 553acac..5f6092c 100644 --- a/ghc/compiler/simplStg/UpdAnal.lhs +++ b/ghc/compiler/simplStg/UpdAnal.lhs @@ -31,7 +31,7 @@ > --import SrcLoc ( mkUnknownSrcLoc ) > --import StgSyn > --import UniqSet -> --import UniqSupply ( getBuiltinUniques ) +> --import Unique ( getBuiltinUniques ) > --import Util %-----------------------------------------------------------------------------