[commit: Win32] ghc-head: Follow changes in base (1f9f717)
Ian Lynagh
igloo at earth.li
Sat Feb 16 23:03:47 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32
On branch : ghc-head
http://hackage.haskell.org/trac/ghc/changeset/1f9f7175e747aad7c424f5b12be5b95f15286f0b
>---------------------------------------------------------------
commit 1f9f7175e747aad7c424f5b12be5b95f15286f0b
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Feb 16 21:04:09 2013 +0000
Follow changes in base
>---------------------------------------------------------------
Graphics/Win32/Control.hsc | 2 +-
Graphics/Win32/Window.hsc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Graphics/Win32/Control.hsc b/Graphics/Win32/Control.hsc
index 0f702e9..84842b8 100644
--- a/Graphics/Win32/Control.hsc
+++ b/Graphics/Win32/Control.hsc
@@ -22,7 +22,7 @@ import Graphics.Win32.Window
import System.Win32.Types
import Graphics.Win32.Message
-import Foreign hiding (unsafePerformIO)
+import Foreign
import System.IO.Unsafe
##include "windows_cconv.h"
diff --git a/Graphics/Win32/Window.hsc b/Graphics/Win32/Window.hsc
index 499237c..6e8f765 100644
--- a/Graphics/Win32/Window.hsc
+++ b/Graphics/Win32/Window.hsc
@@ -24,7 +24,7 @@ import Graphics.Win32.Message
import Control.Monad
import Data.Maybe
-import Foreign hiding (unsafePerformIO)
+import Foreign
import System.IO.Unsafe
##include "windows_cconv.h"
More information about the ghc-commits
mailing list