aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Temp.hsc
diff options
context:
space:
mode:
authorGravatar gwern0@gmail.com <unknown>2010-01-19 00:34:37 +0000
committerGravatar gwern0@gmail.com <unknown>2010-01-19 00:34:37 +0000
commit433850cad14b869638557d27c6bdc63c668c1d87 (patch)
tree30800c4430c9bc01f0f92509bb89b4dc0216bfaa /System/Posix/Temp.hsc
parente3c438d2da71380094e88f0de3c5471e29ac3d32 (diff)
System.Posix.Temp: rm whitespace
Diffstat (limited to 'System/Posix/Temp.hsc')
-rw-r--r--System/Posix/Temp.hsc10
1 files changed, 5 insertions, 5 deletions
diff --git a/System/Posix/Temp.hsc b/System/Posix/Temp.hsc
index 8acfe59..26c6f65 100644
--- a/System/Posix/Temp.hsc
+++ b/System/Posix/Temp.hsc
@@ -4,7 +4,7 @@
-- Module : System.Posix.Temp
-- Copyright : (c) Volker Stolz <vs@foldr.org>
-- License : BSD-style (see the file libraries/base/LICENSE)
---
+--
-- Maintainer : vs@foldr.org
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
@@ -15,12 +15,12 @@
module System.Posix.Temp (
- mkstemp
+ mkstemp
{- Not ported (yet?):
- tmpfile: can we handle FILE*?
- tmpnam: ISO C, should go in base?
- tempname: dito
+ tmpfile: can we handle FILE*?
+ tmpnam: ISO C, should go in base?
+ tempname: dito
-}
) where