Hugs only: fix location of unsafeCoerce
[ghc-base.git] / Unsafe / Coerce.hs
index 84f4d5a..42567a9 100644 (file)
@@ -27,5 +27,5 @@ import NonStdUnsafeCoerce (unsafeCoerce)
 #endif
 
 #if defined(__HUGS__)
-import Hugs.Base (unsafeCoerce)
+import Hugs.IOExts (unsafeCoerce)
 #endif