aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO/ByteString.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/IO/ByteString.hsc')
-rw-r--r--System/Posix/IO/ByteString.hsc6
1 files changed, 3 insertions, 3 deletions
diff --git a/System/Posix/IO/ByteString.hsc b/System/Posix/IO/ByteString.hsc
index d387f0e..2ce5ed6 100644
--- a/System/Posix/IO/ByteString.hsc
+++ b/System/Posix/IO/ByteString.hsc
@@ -8,7 +8,7 @@
-- Module : System.Posix.IO.ByteString
-- Copyright : (c) The University of Glasgow 2002
-- License : BSD-style (see the file libraries/base/LICENSE)
---
+--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
@@ -63,7 +63,7 @@ module System.Posix.IO.ByteString (
-- ** Converting file descriptors to\/from Handles
handleToFd,
- fdToHandle,
+ fdToHandle,
) where
@@ -90,4 +90,4 @@ openFd name how maybe_mode flags = do
createFile :: RawFilePath -> FileMode -> IO Fd
createFile name mode
- = openFd name WriteOnly (Just mode) defaultFileFlags{ trunc=True }
+ = openFd name WriteOnly (Just mode) defaultFileFlags{ trunc=True }