-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsnaplet-hdbc.cabal
49 lines (43 loc) · 1.69 KB
/
snaplet-hdbc.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
45
46
47
48
49
name: snaplet-hdbc
version: 0.9
synopsis: HDBC snaplet for Snap Framework
description: This snaplet consists of two parts: an HDBC abstraction snaplet
and an HDBC authentication backend for Snap's authentication
snaplet.
license: BSD3
license-file: LICENSE
author: Jurriën Stutterheim
maintainer: [email protected]
build-type: Simple
cabal-version: >= 1.6
homepage: http://norm2782.com/
category: Web
extra-source-files: LICENSE
source-repository head
type: git
location: https://github.com/norm2782/snaplet-hdbc.git
Library
hs-source-dirs: src
exposed-modules:
Snap.Snaplet.Auth.Backends.Hdbc
Snap.Snaplet.Hdbc
Snap.Snaplet.Hdbc.Types
build-depends:
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.10,
clientsession >= 0.7.3.6 && < 0.8,
containers >= 0.3 && < 0.6,
convertible >= 1.0 && < 1.1,
data-lens >= 2.0.1 && < 2.11,
data-lens-template >= 2.1 && < 2.2,
HDBC >= 2.2 && < 2.4,
MonadCatchIO-transformers >= 0.2.1 && < 0.4,
mtl >= 2.0 && < 2.2,
resource-pool-catchio >= 0.2 && < 0.3,
snap >= 0.9 && < 0.10,
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.5,
transformers >= 0.2 && < 0.4,
unordered-containers >= 0.1.4 && < 0.3
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans -fno-warn-unused-do-bind