Skip to content

Commit

Permalink
Add build-status icon and Hackage-link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
hvr committed Nov 6, 2013
1 parent cb2c7aa commit 0699da0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0699da0

Please sign in to comment.