aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files.hsc
diff options
context:
space:
mode:
authorGravatar ross <unknown>2003-04-11 10:11:24 +0000
committerGravatar ross <unknown>2003-04-11 10:11:24 +0000
commitcf3c3254c4bf39d9a21b43ab99ad684d41558bab (patch)
tree3616b4910f7d5f2c4fff181d15e492e472a53ffc /System/Posix/Files.hsc
parent48a465bb8496b2a43f0f6a4821f2f15850e92b63 (diff)
[project @ 2003-04-11 10:11:23 by ross]
rename GHC.Posix as System.Posix.Internals
Diffstat (limited to 'System/Posix/Files.hsc')
-rw-r--r--System/Posix/Files.hsc3
1 files changed, 1 insertions, 2 deletions
diff --git a/System/Posix/Files.hsc b/System/Posix/Files.hsc
index 660c7ae..bee62a2 100644
--- a/System/Posix/Files.hsc
+++ b/System/Posix/Files.hsc
@@ -79,7 +79,7 @@ module System.Posix.Files (
import System.Posix.Types
import System.IO.Unsafe
import Data.Bits
-import GHC.Posix
+import System.Posix.Internals
import Foreign
import Foreign.C
@@ -425,4 +425,3 @@ setFdSize fd off =
foreign import ccall unsafe "ftruncate"
c_ftruncate :: Fd -> COff -> IO CInt
-