forked from metabrainz/musicbrainz-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfynder-email.cabal
59 lines (56 loc) · 1.29 KB
/
fynder-email.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
50
51
52
53
54
55
56
57
58
name: fynder-email
version: 1.0.0.0
synopsis: Send an email to all Fynder userss
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: [email protected]
build-type: Simple
cabal-version: >=1.8
data-files: templates/*.tpl
library
hs-source-dirs: src
exposed-modules:
Fynder.Email
Fynder.Messaging
build-depends:
aeson >= 0.6.1.0,
amqp >= 0.3.3,
base >= 4.5 && < 4.8,
fynder,
ghc-prim,
mime-mail >= 0.4.1.2,
optparse-applicative >= 0.5,
text >= 0.11
ghc-options: -Wall -fno-warn-orphans -fwarn-tabs -funbox-strict-fields -O2 -Werror
executable fynder-emailer
hs-source-dirs: mailer
main-is: Main.hs
build-depends:
HTTP >= 4000.2.8,
aeson >= 0.6.1.0,
amqp >= 0.3.3,
base >= 4.5 && < 4.8,
blaze-builder >= 0.3,
bytestring >= 0.10,
errors >= 1.4.1,
ex-pool,
fynder,
fynder-email,
heist >= 0.11,
lens,
old-locale,
mime-mail >= 0.4.1.2,
mtl >= 0.3.0.0,
network,
network-metrics >= 0.3.1,
optparse-applicative >= 0.5,
postgresql-simple,
text >= 0.11,
time >= 1.4,
transformers >= 0.2.2.0,
unix,
xmlhtml >= 0.2.1
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans -fno-warn-unused-do-bind
-Werror