-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclckwrks-plugin-mailinglist.cabal
72 lines (68 loc) · 2.93 KB
/
clckwrks-plugin-mailinglist.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Name: clckwrks-plugin-mailinglist
Version: 0.3.0.2
Synopsis: mailing list plugin for clckwrks
Homepage: http://www.clckwrks.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: Jeremy Shaw <[email protected]>
Copyright: 2012 Jeremy Shaw, SeeReason Partners LLC
Category: Clckwrks
Build-type: Simple
Cabal-version: >=1.6
Data-Files:
data/style.css
source-repository head
type: darcs
location: http://hub.darcs.net/stepcut/clckwrks-plugin-mailinglist
Library
Exposed-modules:
Clckwrks.MailingList.Acid
Clckwrks.MailingList.Admin.MailingListSettings
Clckwrks.MailingList.Admin.EditMessage
Clckwrks.MailingList.Admin.NewMessage
Clckwrks.MailingList.Admin.SendMessage
Clckwrks.MailingList.Admin.ViewMessages
Clckwrks.MailingList.Admin.ViewSubscribers
Clckwrks.MailingList.Monad
Clckwrks.MailingList.Plugin
Clckwrks.MailingList.Page.ConfirmOptIn
Clckwrks.MailingList.Page.Subscribe
Clckwrks.MailingList.Page.Template
Clckwrks.MailingList.PreProcess
Clckwrks.MailingList.Route
Clckwrks.MailingList.Types
Clckwrks.MailingList.URL
Paths_clckwrks_plugin_mailinglist
Build-depends:
base < 5,
acid-state >= 0.11,
attoparsec >= 0.10 && < 0.14,
bytestring,
clckwrks >= 0.24 && < 0.25,
containers >= 0.4 && < 0.6,
directory >= 1.1 && < 1.4,
html-email-validate,
filepath >= 1.2 && < 1.5,
happstack-authenticate >= 2.3 && < 2.4,
happstack-hsp >= 7.2 && < 7.4,
happstack-server >= 7.3 && < 7.6,
hsp >= 0.9 && < 0.11,
hsx2hs,
HStringTemplate,
ixset == 1.0.*,
lens,
mime-mail,
mtl >= 2.0 && < 2.3,
network-uri >= 2.6 && < 2.7,
reform == 0.2.*,
reform-happstack == 0.2.*,
reform-hsp >= 0.2 && < 0.3,
safecopy >= 0.6,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.9,
uuid,
uuid-orphans,
web-plugins >= 0.1 && < 0.3,
web-routes == 0.27.*,
web-routes-th >= 0.21