X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Unsafe%2FCoerce.hs;h=516d7e06b67d231fb8abac514b7032eef2507cfc;hb=3fcc246d4aa1ae8bb9d11eda625d33b40571d943;hp=9b1e3605beb0ce152a627b9d9abeba464d85cfda;hpb=10de2c656f74562b662c22928be85e1b3ccda796;p=ghc-base.git diff --git a/Unsafe/Coerce.hs b/Unsafe/Coerce.hs index 9b1e360..516d7e0 100644 --- a/Unsafe/Coerce.hs +++ b/Unsafe/Coerce.hs @@ -28,7 +28,7 @@ module Unsafe.Coerce (unsafeCoerce) where #if defined(__GLASGOW_HASKELL__) -import GHC.Base (unsafeCoerce#) +import GHC.Prim (unsafeCoerce#) unsafeCoerce :: a -> b unsafeCoerce = unsafeCoerce# #endif