From: Ross Paterson Date: Fri, 6 Apr 2007 11:37:31 +0000 (+0000) Subject: Hugs only: fix location of unsafeCoerce X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0eefbc4ee830758b8982011f2fea2920ea139828;p=haskell-directory.git Hugs only: fix location of unsafeCoerce --- diff --git a/Unsafe/Coerce.hs b/Unsafe/Coerce.hs index 84f4d5a..42567a9 100644 --- a/Unsafe/Coerce.hs +++ b/Unsafe/Coerce.hs @@ -27,5 +27,5 @@ import NonStdUnsafeCoerce (unsafeCoerce) #endif #if defined(__HUGS__) -import Hugs.Base (unsafeCoerce) +import Hugs.IOExts (unsafeCoerce) #endif