From 3fcc246d4aa1ae8bb9d11eda625d33b40571d943 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 6 Aug 2008 00:04:40 +0000 Subject: [PATCH] Tweak an import --- Unsafe/Coerce.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4