https://github.com/haskell/unix
POSIX functionality
https://github.com/haskell/unix
Last synced: 11 months ago
JSON representation
POSIX functionality
- Host: GitHub
- URL: https://github.com/haskell/unix
- Owner: haskell
- License: other
- Created: 2014-04-28T07:33:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T06:21:06.000Z (about 1 year ago)
- Last Synced: 2025-04-07T02:09:23.123Z (12 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/unix
- Size: 907 KB
- Stars: 111
- Watchers: 21
- Forks: 93
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
The `unix` Package [](https://hackage.haskell.org/package/unix) [](https://github.com/haskell/unix/actions?query=workflow%3Aci)
==================
See [`unix` on Hackage](http://hackage.haskell.org/package/unix) for
more information.
Installing from Git
-------------------
To build this package using Cabal directly from Git, you must run
`autoreconf -i` before the usual Cabal build steps (`cabal
{configure,build,install}`). The program `autoreconf` is part of
[GNU autoconf](http://www.gnu.org/software/autoconf/). There is no
need to run the `configure` script: `cabal configure` will do this for
you.