aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:44:47 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 09:48:13 +0100
commitd821f65105b1f618627ccdd743682b248dfdfa5a (patch)
treeaa945b04baf5477f9db4989dce5a7dd8c2ee8091 /unix.cabal
parent8a5db15f1317772db65f29c168a987077340aa05 (diff)
Add links to Opengroup's latest POSIX.1-2008 spec
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal7
1 files changed, 4 insertions, 3 deletions
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.