-- Initial mongodb-queue.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mongodb-queue version: 0.1.0.0 synopsis: a queue using MongoDB -- description: homepage: https://github.com/gregwebs/haskell-mongodb-queue license: MIT author: Greg Weber maintainer: greg@gregweber.info -- copyright: 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.6.* , 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.6.* , mongoDB , transformers , monad-control , text , network , hspec source-repository head type: git location: git://github.com/gregwebs/haskell-mongodb-queue.git