packages feed

mongodb-queue-0.2.2.1: mongodb-queue.cabal

-- Initial mongodb-queue.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                mongodb-queue
version:             0.2.2.1
synopsis:            a message queue using MongoDB
-- description:         
homepage:            https://github.com/docmunch/haskell-mongodb-queue
license:             MIT
author:              Daggerboard Inc. Greg Weber
maintainer:          Greg Weber <greg@gregweber.info>
copyright:           Daggerboard Inc. makers of docmunch.com
category:            Database
build-type:          Simple
cabal-version:       >=1.8

library
  ghc-options:   -Wall
  exposed-modules:     
    Database.MongoDB.Queue

  extensions:
    OverloadedStrings

  -- other-modules:       
  build-depends:
      base > 4.5 && < 5
    , mongoDB
    , transformers
    , monad-control
    , text
    , network

test-suite test
  type: exitcode-stdio-1.0
  main-is: main.hs
  hs-source-dirs: test, .

  extensions:
    OverloadedStrings

  build-depends:
      base > 4.5 && < 5
    , mongoDB
    , transformers
    , monad-control
    , text
    , network
    , hspec



source-repository head
  type: git
  location: git://github.com/docmunch/haskell-mongodb-queue.git