packages feed

redis-job-queue-0.1.0: redis-job-queue.cabal

name:           redis-job-queue
version:        0.1.0
license:        MIT
license-file:   LICENSE
author:         Tero Laitinen 
maintainer:     Tero Laitinen
synopsis:       Simple priority job queue backed by Redis.
description:    Priority queue for background jobs implemented using Redis' sorted sets.
category:       Client
stability:      Experimental
cabal-version:  >= 1.8
build-type:     Simple


library
    build-depends: base >= 4 && < 5
                 , bytestring -any
                 , hedis -any
                 , aeson -any
    ghc-options: -Wall 
    exposed: True
    buildable: True
    exposed-modules:
           RedisJobQueue

source-repository head
  type:     git
  location: https://github.com/tlaitinen/redis-job-queue