From 0699da029bef525aad5e5b5591541ff6924d0ec8 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Wed, 6 Nov 2013 23:38:02 +0100 Subject: [PATCH] Add build-status icon and Hackage-link to README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 563944a..079dbd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# The vector package +The `vector` package [![Build Status](https://travis-ci.org/haskell/vector.png?branch=master)](https://travis-ci.org/haskell/vector) +==================== -An efficient implementation of Int-indexed arrays (both mutable and -immutable), with a powerful loop optimisation framework. +An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework. + +See [`vector` on Hackage](http://hackage.haskell.org/package/vector) for more information.