https://github.com/agrafix/spock-worker
Background workers for Spock
https://github.com/agrafix/spock-worker
Last synced: about 1 year ago
JSON representation
Background workers for Spock
- Host: GitHub
- URL: https://github.com/agrafix/spock-worker
- Owner: agrafix
- License: mit
- Created: 2014-03-04T22:59:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T16:24:43.000Z (almost 10 years ago)
- Last Synced: 2025-04-04T15:46:23.897Z (about 1 year ago)
- Language: Haskell
- Size: 39.1 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spock Worker
============
[](https://travis-ci.org/agrafix/Spock-worker)
[](http://packdeps.haskellers.com/reverse/Spock-worker)
# Intro
This provides background-workers to Spock. For more info see Hackage.
* Hackage: http://hackage.haskell.org/package/Spock-worker
* Spock: http://hackage.haskell.org/package/Spock
# Install
* Using cabal: `cabal install Spock-worker`
* From Source: `git clone https://github.com/agrafix/Spock-worker.git && cd Spock-worker && cabal install`