• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H26-Aug-2021-4439

System/H26-Aug-2021-2,3941,280

cbits/H26-Aug-2021-1,5641,117

exes/H26-Aug-2021-42

include/H26-Aug-2021-220154

test/H26-Aug-2021-148126

tests/H26-Aug-2021-649472

.gitignoreH A D19-Apr-2020336 2321

GNUmakefileH A D26-Aug-202196 54

LICENSEH A D19-Apr-20202.9 KiB6447

README.mdH A D09-Aug-2021690 1612

Setup.hsH A D19-Apr-2020114 74

aclocal.m4H A D19-Apr-20202 KiB5143

changelog.mdH A D09-Aug-20216.8 KiB192125

config.subH A D26-Aug-202133.8 KiB1,8651,687

configureH A D26-Aug-2021142.9 KiB5,1444,221

configure.acH A D09-Aug-2021882 3727

ghc.mkH A D26-Aug-2021400 65

process.buildinfoH A D19-Apr-202036 21

process.cabalH A D09-Aug-20212.8 KiB10494

stack.yamlH A D09-Aug-202120 21

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