[project @ 2000-09-28 13:04:14 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcPat.lhs
index 3ffa6c9..9a44d8d 100644 (file)
@@ -37,7 +37,7 @@ import TysPrim                ( charPrimTy, intPrimTy, floatPrimTy,
                          doublePrimTy, addrPrimTy
                        )
 import TysWiredIn      ( charTy, stringTy, intTy, integerTy )
-import Unique          ( eqClassOpKey, geClassOpKey, 
+import PrelNames       ( eqClassOpKey, geClassOpKey, 
                          cCallableClassKey, eqStringIdKey,
                        )
 import BasicTypes      ( isBoxed )