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
- Host: GitHub
- URL: https://github.com/agrafix/spock-digestive
- Owner: agrafix
- License: mit
- Created: 2014-12-29T02:15:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T13:53:29.000Z (over 9 years ago)
- Last Synced: 2025-04-04T15:46:23.699Z (about 1 year ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spock-digestive
=====
[](https://travis-ci.org/agrafix/Spock-digestive)
[](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