-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsnaplet-mongodb-minimalistic.cabal
45 lines (36 loc) · 1.26 KB
/
snaplet-mongodb-minimalistic.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name: snaplet-mongodb-minimalistic
Version: 0.0.6.12
Synopsis: Minimalistic MongoDB Snaplet.
Description: Minimalistic MongoDB Snaplet.
License: BSD3
License-file: LICENSE
Author: Petr Pilař
Maintainer: [email protected]
Build-type: Simple
Cabal-version: >= 1.6
Homepage: https://github.com/Palmik/snaplet-mongodb-minimalistic
Category: Web
Build-type: Simple
Cabal-version: >= 1.10
Source-repository head
type: git
location: git://github.com/Palmik/snaplet-mongodb-minimalistic.git
Library
hs-source-dirs: src
default-language: Haskell2010
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.14,
text >= 0.11 && < 1.2,
mongoDB >= 1.4 && < 1.5
GHC-Options: -Wall