https://github.com/haskell/process
Library for dealing with system processes
https://github.com/haskell/process
Last synced: 9 months ago
JSON representation
Library for dealing with system processes
- Host: GitHub
- URL: https://github.com/haskell/process
- Owner: haskell
- License: other
- Created: 2014-05-02T08:20:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T08:37:46.000Z (11 months ago)
- Last Synced: 2025-04-13T05:06:44.754Z (9 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/process
- Size: 2.65 MB
- Stars: 88
- Watchers: 19
- Forks: 86
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
The `process` Package [](https://hackage.haskell.org/package/process) 
=====================
See [`process` on Hackage](http://hackage.haskell.org/package/process) 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.