forked from ixmatus/snaplet-amqp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnaplet-amqp.cabal
More file actions
68 lines (59 loc) · 2.15 KB
/
snaplet-amqp.cabal
File metadata and controls
68 lines (59 loc) · 2.15 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Name: snaplet-amqp
Version: 1.4
Synopsis: Snap framework snaplet for the AMQP library
Homepage: https://github.com/ixmatus/snaplet-amqp
License: BSD3
License-file: LICENSE
Author: Parnell Springmeyer
Maintainer: parnell@digitalmentat.com
Copyright: (c) 2014 Parnell Springmeyer
Category: Web
Build-type: Simple
Stability: stable
Bug-reports: https://github.com/ixmatus/snaplet-amqp/issues
Package-url: http://hackage.haskell.org/package/snaplet-amqp
Tested-with: GHC == 7.6.3, GHC == 7.8.3
Cabal-version: >=1.10
description:
<<https://travis-ci.org/ixmatus/snaplet-amqp.svg?branch=master>>
.
`snaplet-amqp` is a snaplet for the Snap web framework providing
convenience functions and state management for the Haskell AMQP
package.
.
Please refer to the README for an example - Cabal descriptions don't
make it easy to do so.
Extra-source-files:
LICENSE
DEPENDENCY-LICENSES.md
README.org
Data-files:
resources/amqp/devel.cfg
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
Ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans -fno-warn-unused-do-bind
Exposed-Modules:
Snap.Snaplet.AMQP
Other-Modules:
Paths_snaplet_amqp
Build-Depends:
amqp >= 0.12.2 && < 0.13 ,
base >= 4.4 && < 5 ,
bytestring >= 0.9 && < 11 ,
configurator >= 0.3 && < 0.4 ,
lens >= 4 && < 5 ,
hslogger >= 1.2 && < 2.0 ,
monad-control >= 1 && < 2 ,
mtl >= 2 && < 3 ,
network >= 2.5 && < 2.7 ,
old-locale ,
resource-pool >= 0.2 && < 0.3 ,
snap >= 0.13 && < 0.14 ,
time ,
transformers >= 0.2 ,
transformers-compat
Source-Repository head
Type: git
Location: https://github.com/ixmatus/snaplet-amqp