aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <ian@well-typed.com>2013-02-16 13:01:47 +0000
committerGravatar Ian Lynagh <ian@well-typed.com>2013-02-16 13:01:47 +0000
commitf3d4e1a299597ac78a744d17ee519b7246b4c849 (patch)
treeb78c1137e7cdd4e2cb4752dceed9089fc64c3f78 /System
parentd48e61c63f8e26124ef1917ecc20a0641137068b (diff)
Follow changes in base
Diffstat (limited to 'System')
-rw-r--r--System/Posix/Files/Common.hsc2
-rw-r--r--System/Posix/Signals.hsc2
-rw-r--r--System/Posix/User.hsc2
3 files changed, 3 insertions, 3 deletions
diff --git a/System/Posix/Files/Common.hsc b/System/Posix/Files/Common.hsc
index 04a0d91..85dcd1d 100644
--- a/System/Posix/Files/Common.hsc
+++ b/System/Posix/Files/Common.hsc
@@ -89,7 +89,7 @@ import Data.Bits
import Data.Time.Clock.POSIX
import Data.Ratio
import System.Posix.Internals
-import Foreign hiding (unsafePerformIO)
+import Foreign
import Foreign.C
-- -----------------------------------------------------------------------------
diff --git a/System/Posix/Signals.hsc b/System/Posix/Signals.hsc
index 6290bc9..11388c0 100644
--- a/System/Posix/Signals.hsc
+++ b/System/Posix/Signals.hsc
@@ -102,7 +102,7 @@ module System.Posix.Signals (
-- siginterrupt
) where
-import Foreign hiding (unsafePerformIO)
+import Foreign
import Foreign.C
import System.IO.Unsafe (unsafePerformIO)
import System.Posix.Types
diff --git a/System/Posix/User.hsc b/System/Posix/User.hsc
index de08314..eba49c7 100644
--- a/System/Posix/User.hsc
+++ b/System/Posix/User.hsc
@@ -51,7 +51,7 @@ module System.Posix.User (
#include "HsUnix.h"
import System.Posix.Types
-import Foreign hiding (unsafePerformIO)
+import Foreign
import System.IO.Unsafe (unsafePerformIO)
import Foreign.C
import System.Posix.Internals ( CGroup, CPasswd )