aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-07-22 00:09:26 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-07-22 00:09:26 +0000
commit7dd3c79ed25fbafffe8822b83150a40e4f9bc9e3 (patch)
tree5e6eda7056001a29c3b16ce46873b6b88b21198c /System
parentfed4894b50fbd4e33fcada037e4089bb7ddf7c70 (diff)
GHC.Handle no longer exports openFd
Diffstat (limited to 'System')
-rw-r--r--System/Posix/IO.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 408341e..1dfc955 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -72,7 +72,7 @@ import Data.Bits
#ifdef __GLASGOW_HASKELL__
import GHC.IOBase
-import GHC.Handle hiding (fdToHandle, openFd)
+import GHC.Handle hiding (fdToHandle)
import qualified GHC.Handle
#endif