packages feed

hvect-0.3.0.0: README.md

hvect
=====

[![Build Status](https://travis-ci.org/agrafix/hvect.svg)](https://travis-ci.org/agrafix/hvect)
[![Hackage](https://img.shields.io/hackage/v/hvect.svg)](http://hackage.haskell.org/package/hvect)

## Intro

Hackage: [hvect](http://hackage.haskell.org/package/hvect)
Stackage: [hvect](https://www.stackage.org/package/hvect)

Simple strict heterogeneous lists


## Install

* Using cabal: `cabal install hvect`
* Using Stack: `stack install hvect`
* From Source (cabal): `git clone https://github.com/agrafix/hvect.git && cd hvect && cabal install`
* From Source (stack): `git clone https://github.com/agrafix/hvect.git && cd hvect && stack build`


## Misc

### Supported GHC Versions

* 7.8.4
* 7.10.2

### License

Released under the MIT license.
(c) 2014 - 2015 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>