gridfs-0.1.0.1: gridfs.cabal
name: gridfs
version: 0.1.0.1
synopsis: GridFS (MongoDB file storage) implementation
description: Please see README.md
homepage: http://github.com/btubbs/haskell-gridfs#readme
license: OtherLicense
license-file: LICENSE
author: Martin Norbäck Olivers
maintainer: brent.tubbs@gmail.com
copyright: 2016 Martin Norbäck Olivers
category: Database
build-type: Simple
stability: alpha
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Database.MongoDB.GridFS
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, bson
, bytestring
, conduit
, conduit-extra
, monad-control
, mongoDB
, mtl
, pureMD5
, resourcet
, tagged
, text
, time
, transformers
source-repository head
type: git
location: https://github.com/btubbs/haskell-gridfs