aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-20 14:14:40 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-20 14:14:40 +0200
commit574c291a0b847a0bb8f7ec4a878bf1c0d7dd225f (patch)
treea4824e8eb5856f41f4053e056f4e75d9af8e6fa4 /README.md
parent6bc480869f6c9b46fc10d980e554a7e1744cb475 (diff)
Markdown-ify README and add Travis-CI script
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d7ab52b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+The `unix` Package [![Build Status](https://travis-ci.org/ghc/packages-unix.png?branch=master)](https://travis-ci.org/ghc/packages-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.