-- Initial mongodb-queue.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mongodb-queue version: 0.2.5.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 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 , lifted-base , mongoDB >= 1.4.1 && < 1.5 , transformers , monad-control , text , network , data-default test-suite test type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test, . extensions: OverloadedStrings build-depends: base > 4.5 && < 5 , lifted-base , mongoDB >= 1.4.1 && < 1.5 , transformers , monad-control , text , network , hspec , data-default source-repository head type: git location: git://github.com/docmunch/haskell-mongodb-queue.git