packages feed

Spock-digestive-0.2.0.0: README.md

Spock-digestive
=====

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

## Intro

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

Digestive functors support for Spock


## Install

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


## Misc

### Supported GHC Versions

* 7.6.3
* 7.8.4
* 7.10.2

### License

Released under the MIT license.
(c) 2014 - 2015 Alexander Thiemann <mail@athiemann.net>