Skip to content

haskell/process

Repository files navigation

The process Package Hackage Tests

See process on Hackage 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. There is no need to run the configure script: cabal configure will do this for you.

Maintainers

Some generated files not tracked in the git repository are included in a source (sdist) distribution, including include/HsProcessConfig.h.in and configure. Maintainers who are producing a release of process, for example to upload to Hackage, should ensure that they run the following to generate fresh files:

git clean -fxd
autoconf -i

(WARNING: git clean -fxd will delete all untracked files in the repo)

About

Library for dealing with system processes

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors