This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SepaDebits.cabal
114 lines (110 loc) · 5.13 KB
/
SepaDebits.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
-- Initial guia2.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: sepa-debits
version: 0.1.0.0
synopsis: SEPA direct debits app using Haskell, MongoDB and GTK
-- description:
license: GPL-3
license-file: LICENSE
author: Guillem Marpons
maintainer: [email protected]
copyright: Copyright (C) 2014 Guillem Marpons
category: ERP
stability: experimental
build-type: Simple
cabal-version: >= 1.18
library
exposed-modules: Sepa.BillingConcept,
Sepa.Controller.BillingConcept,
Sepa.Controller.Class,
Sepa.Controller.Debtor,
Sepa.Controller.TreeView,
Sepa.Creditor,
Sepa.Debtor,
Sepa.DirectDebit,
Sepa.DirectDebitMessageXML,
Sepa.MongoSettings,
Sepa.MongoUtils,
Sepa.SpanishIban,
Sepa.CsvImport
-- Need to manually do
-- # cabal install alex happy
-- # cabal install gtk2hs-buildtools
-- # cabal install Cabal
build-depends: base >= 4.5 && < 5,
bytestring >= 0.9,
cairo,
cassava >= 0.3,
classy-prelude >= 0.8.0.1,
containers >= 0.4.2.1,
conduit >= 1.0,
formatting >= 3.1,
glib,
gtk3 == 0.13.*,
iconv >= 0.4,
lens >= 4.0.5,
monad-control >= 0.3,
mongoDB == 1.4.4.*,
network >= 2.4,
pango,
persistent == 1.3.*,
persistent-mongoDB == 1.3.*,
persistent-template == 1.3.*,
resourcet >= 0.4.10,
text >= 0.11,
text-icu >= 0.6.3,
template-haskell >= 2.7,
time >= 1.4,
transformers >= 0.3,
xml >= 1.3.13,
xml-conduit >= 1.1.0.9
default-language: Haskell2010
other-extensions: NoImplicitPrelude,
TemplateHaskell
ghc-options: -threaded
executable sepa-debits
main-is: SepaDebits.hs
other-modules: Sepa.BillingConcept,
Sepa.Controller.BillingConcept,
Sepa.Controller.Class,
Sepa.Controller.Debtor,
Sepa.Controller.TreeView,
Sepa.Creditor,
Sepa.Debtor,
Sepa.DirectDebit,
Sepa.DirectDebitMessageXML,
Sepa.MongoSettings,
Sepa.MongoUtils,
Sepa.SpanishIban
build-depends: sepa-debits,
base >= 4.5 && < 5,
bytestring >= 0.9,
cairo,
cassava >= 0.3,
classy-prelude >= 0.8.0.1,
containers >= 0.4.2.1,
conduit >= 1.0,
formatting >= 3.1,
glib,
gtk3 == 0.13.*,
iconv >= 0.4,
lens >= 4.0.5,
monad-control >= 0.3,
mongoDB == 1.4.4.*,
network >= 2.4,
pango,
persistent == 1.3.*,
persistent-mongoDB == 1.3.*,
persistent-template == 1.3.*,
resourcet >= 0.4.10,
text >= 0.11,
text-icu >= 0.6.3,
template-haskell >= 2.7,
time >= 1.4,
transformers >= 0.3,
xml >= 1.3.13,
xml-conduit >= 1.1.0.9
default-language: Haskell2010
other-extensions: NoImplicitPrelude,
TemplateHaskell
ghc-options: -threaded