aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Error.hs
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Error.hs')
-rw-r--r--System/Posix/Error.hs16
1 files changed, 8 insertions, 8 deletions
diff --git a/System/Posix/Error.hs b/System/Posix/Error.hs
index 0a25777..db4b5a9 100644
--- a/System/Posix/Error.hs
+++ b/System/Posix/Error.hs
@@ -7,7 +7,7 @@
-- Module : System.Posix.Error
-- 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)
@@ -17,14 +17,14 @@
-----------------------------------------------------------------------------
module System.Posix.Error (
- throwErrnoPath,
- throwErrnoPathIf,
- throwErrnoPathIf_,
+ throwErrnoPath,
+ throwErrnoPathIf,
+ throwErrnoPathIf_,
throwErrnoPathIfRetry,
- throwErrnoPathIfNull,
- throwErrnoPathIfNullRetry,
- throwErrnoPathIfMinus1,
- throwErrnoPathIfMinus1_,
+ throwErrnoPathIfNull,
+ throwErrnoPathIfNullRetry,
+ throwErrnoPathIfMinus1,
+ throwErrnoPathIfMinus1_,
throwErrnoPathIfMinus1Retry,
throwErrnoPathIfMinus1Retry_
) where