[commit: packages/unix] master: Add links to Opengroup's latest POSIX.1-2008 spec (d821f65)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 21:38:13 UTC 2016
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d821f65105b1f618627ccdd743682b248dfdfa5a/unix
>---------------------------------------------------------------
commit d821f65105b1f618627ccdd743682b248dfdfa5a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Jan 31 09:44:47 2016 +0100
Add links to Opengroup's latest POSIX.1-2008 spec
>---------------------------------------------------------------
d821f65105b1f618627ccdd743682b248dfdfa5a
System/Posix.hs | 2 +-
System/Posix/ByteString.hs | 3 ++-
unix.cabal | 7 ++++---
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/System/Posix.hs b/System/Posix.hs
index de7d08c..c31bb05 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -10,7 +10,7 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX support
+-- <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008> support
--
-----------------------------------------------------------------------------
diff --git a/System/Posix/ByteString.hs b/System/Posix/ByteString.hs
index 22df910..7fea0ef 100644
--- a/System/Posix/ByteString.hs
+++ b/System/Posix/ByteString.hs
@@ -10,7 +10,8 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--- POSIX support with ByteString file paths and environment strings.
+-- <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008>
+-- support with 'ByteString' file paths and environment strings.
--
-- This module exports exactly the same API as "System.Posix", except
-- that all file paths and environment strings are represented by
diff --git a/unix.cabal b/unix.cabal
index e7300d6..5f61736 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -13,9 +13,10 @@ cabal-version: >= 1.10
tested-with: GHC>=7.4.1
description:
This package gives you access to the set of operating system
- services standardised by POSIX 1003.1b (or the IEEE Portable
- Operating System Interface for Computing Environments -
- IEEE Std. 1003.1).
+ services standardised by
+ <http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008>
+ (or the IEEE Portable Operating System Interface for Computing
+ Environments - IEEE Std. 1003.1).
.
The package is not supported under Windows.
More information about the ghc-commits
mailing list