Name: snaplet-mongodb-minimalistic
Version: 0.0.6.11
Synopsis: Minimalistic MongoDB Snaplet.
Description: Minimalistic MongoDB Snaplet.
License: BSD3
License-file: LICENSE
Author: Petr Pilař
Maintainer: the.palmik+maintainer@gmail.com
Build-type: Simple
Cabal-version: >= 1.6
Homepage: https://github.com/Palmik/snaplet-mongodb-minimalistic
Category: Web
Build-type: Simple
Cabal-version: >= 1.6
Source-repository head
type: git
location: git://github.com/Palmik/snaplet-mongodb-minimalistic.git
Library
hs-source-dirs: src
Exposed-modules:
Snap.Snaplet.MongoDB,
Snap.Snaplet.MongoDB.Core,
Snap.Snaplet.MongoDB.Functions,
Snap.Snaplet.MongoDB.Functions.S,
Snap.Snaplet.MongoDB.Functions.M
Other-modules:
Build-depends:
base >= 4 && < 5,
lens >= 3.7 && < 3.11,
mtl >= 2.0 && < 2.2,
transformers >= 0.2 && < 0.4,
snap >= 0.11 && < 0.13,
text >= 0.11 && < 0.12,
mongoDB >= 1.4 && < 1.5
GHC-Options: -Wall