Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/workflows/ | H | 26-Aug-2021 | - | 44 | 39 | |
System/ | H | 26-Aug-2021 | - | 2,394 | 1,280 | |
cbits/ | H | 26-Aug-2021 | - | 1,564 | 1,117 | |
exes/ | H | 26-Aug-2021 | - | 4 | 2 | |
include/ | H | 26-Aug-2021 | - | 220 | 154 | |
test/ | H | 26-Aug-2021 | - | 148 | 126 | |
tests/ | H | 26-Aug-2021 | - | 649 | 472 | |
.gitignore | H A D | 19-Apr-2020 | 336 | 23 | 21 | |
GNUmakefile | H A D | 26-Aug-2021 | 96 | 5 | 4 | |
LICENSE | H A D | 19-Apr-2020 | 2.9 KiB | 64 | 47 | |
README.md | H A D | 09-Aug-2021 | 690 | 16 | 12 | |
Setup.hs | H A D | 19-Apr-2020 | 114 | 7 | 4 | |
aclocal.m4 | H A D | 19-Apr-2020 | 2 KiB | 51 | 43 | |
changelog.md | H A D | 09-Aug-2021 | 6.8 KiB | 192 | 125 | |
config.sub | H A D | 26-Aug-2021 | 33.8 KiB | 1,865 | 1,687 | |
configure | H A D | 26-Aug-2021 | 142.9 KiB | 5,144 | 4,221 | |
configure.ac | H A D | 09-Aug-2021 | 882 | 37 | 27 | |
ghc.mk | H A D | 26-Aug-2021 | 400 | 6 | 5 | |
process.buildinfo | H A D | 19-Apr-2020 | 36 | 2 | 1 | |
process.cabal | H A D | 09-Aug-2021 | 2.8 KiB | 104 | 94 | |
stack.yaml | H A D | 09-Aug-2021 | 20 | 2 | 1 |
README.md
1The `process` Package [![Hackage](https://img.shields.io/hackage/v/process.svg)](https://hackage.haskell.org/package/process) ![Tests](https://github.com/haskell/process/workflows/Tests/badge.svg) 2===================== 3 4See [`process` on Hackage](http://hackage.haskell.org/package/process) for 5more information. 6 7Installing from Git 8------------------- 9 10To build this package using Cabal directly from Git, you must run 11`autoreconf -i` before the usual Cabal build steps (`cabal 12{configure,build,install}`). The program `autoreconf` is part of 13[GNU autoconf](http://www.gnu.org/software/autoconf/). There is no 14need to run the `configure` script: `cabal configure` will do this for 15you. 16