aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 918cfc151da7e821a4cdc6ba9027ba2ba4a9efa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The `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)
==================

See [`unix` on Hackage](http://hackage.haskell.org/package/unix) 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.