[commit: Win32] ghc-head: Follow changes to base (948a39b)
Ian Lynagh
igloo at earth.li
Sat Feb 16 23:03:44 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32
On branch : ghc-head
http://hackage.haskell.org/trac/ghc/changeset/948a39be76e3bef09ac2be9c4b2a6499a4eec52b
>---------------------------------------------------------------
commit 948a39be76e3bef09ac2be9c4b2a6499a4eec52b
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Feb 16 20:34:16 2013 +0000
Follow changes to base
>---------------------------------------------------------------
System/Win32/Registry.hsc | 2 +-
System/Win32/Types.hs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Win32/Registry.hsc b/System/Win32/Registry.hsc
index 7c92970..9d9f6ce 100644
--- a/System/Win32/Registry.hsc
+++ b/System/Win32/Registry.hsc
@@ -65,7 +65,7 @@ import System.Win32.Types
import System.Win32.File
import System.IO.Unsafe
-import Foreign hiding (unsafePerformIO)
+import Foreign
##include "windows_cconv.h"
diff --git a/System/Win32/Types.hs b/System/Win32/Types.hs
index e0233c4..5b15b93 100644
--- a/System/Win32/Types.hs
+++ b/System/Win32/Types.hs
@@ -21,7 +21,7 @@ module System.Win32.Types
) where
import Data.Maybe
-import Foreign hiding (unsafePerformIO)
+import Foreign
import Foreign.C
import Control.Exception
import System.IO.Error
More information about the ghc-commits
mailing list