aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/User.hsc
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/Posix/User.hsc
parentd48e61c63f8e26124ef1917ecc20a0641137068b (diff)
Follow changes in base
Diffstat (limited to 'System/Posix/User.hsc')
-rw-r--r--System/Posix/User.hsc2
1 files changed, 1 insertions, 1 deletions
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 )