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