Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
unix
Commits
d821f651
Commit
d821f651
authored
9 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Add links to Opengroup's latest POSIX.1-2008 spec
parent
8a5db15f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
System/Posix.hs
+1
-1
1 addition, 1 deletion
System/Posix.hs
System/Posix/ByteString.hs
+2
-1
2 additions, 1 deletion
System/Posix/ByteString.hs
unix.cabal
+4
-3
4 additions, 3 deletions
unix.cabal
with
7 additions
and
5 deletions
System/Posix.hs
+
1
−
1
View file @
d821f651
...
...
@@ -10,7 +10,7 @@
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
--
--
POSIX
support
--
<http://pubs.opengroup.org/onlinepubs/9699919799/ POSIX.1-2008>
support
--
-----------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
System/Posix/ByteString.hs
+
2
−
1
View file @
d821f651
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
unix.cabal
+
4
−
3
View file @
d821f651
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment