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

..03-May-2022-

System/H26-Aug-2021-8,0554,610

cbits/H26-Aug-2021-292182

include/H26-Aug-2021-651470

tests/H26-Aug-2021-1,002772

.gitignoreH A D19-Apr-2020363 2524

.travis.ymlH A D19-Apr-20201.2 KiB4641

GNUmakefileH A D26-Aug-202193 54

LICENSEH A D19-Apr-20201.6 KiB3225

README.mdH A D19-Apr-2020695 1612

Setup.hsH A D19-Apr-2020114 74

aclocal.m4H A D19-Apr-20202 KiB5043

changelog.mdH A D19-Apr-20203.9 KiB12978

config.guessH A D19-Apr-202043 KiB1,4671,274

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

configureH A D26-Aug-2021196.1 KiB7,1315,844

configure.acH A D19-Apr-20207.9 KiB241201

ghc.mkH A D26-Aug-2021373 65

install-shH A D19-Apr-202013.7 KiB528351

unix.buildinfo.inH A D19-Apr-202095 43

unix.cabalH A D25-May-20213.3 KiB135113

README.md

1The `unix` Package  [![Hackage](https://img.shields.io/hackage/v/unix.svg)](https://hackage.haskell.org/package/unix) [![Build Status](https://travis-ci.org/haskell/unix.svg)](https://travis-ci.org/haskell/unix)
2==================
3
4See [`unix` on Hackage](http://hackage.haskell.org/package/unix) 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