[project @ 1998-12-18 17:40:31 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / UniqSupply.lhs
index 1ae2133..4b8a756 100644 (file)
@@ -23,7 +23,7 @@ module UniqSupply (
 #include "HsVersions.h"
 
 import Unique
-import Util
+import Panic   ( panic )
 
 import GlaExts