An open API service indexing awesome lists of open source software.

https://github.com/agrafix/spock-digestive

Digestive functors support for Haskell Web-Framework Spock
https://github.com/agrafix/spock-digestive

Last synced: about 1 year ago
JSON representation

Digestive functors support for Haskell Web-Framework Spock

Awesome Lists containing this project

README

          

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.10.2

### License

Released under the MIT license.
(c) 2014 - 2016 Alexander Thiemann