-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbank-mellat-api.cabal
More file actions
62 lines (58 loc) · 2.24 KB
/
Copy pathbank-mellat-api.cabal
File metadata and controls
62 lines (58 loc) · 2.24 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
cabal-version: 3.0
name: bank-mellat-api
version: 0.1.0.0
synopsis: Haskell client library for the Bank Mellat payment SOAP API
description: It is a Haskell client library for consuming Bank Mellat payment SOAP API
to provide payment capability of Bank Mellat to your application.
homepage: https://github.com/MohsenNz/bank-mellat-api
license: BSD-3-Clause
license-file: LICENSE
author: Mohsen
maintainer: thelight.mn@gmail.com
category: Web
build-type: Simple
extra-doc-files: CHANGELOG.md
source-repository head
type: git
location: https://github.com/MohsenNz/bank-mellat-api
common warnings
ghc-options: -Wall
library
import: warnings
exposed-modules: Bank.Mellat
-- other-modules:
-- other-extensions:
build-depends: base >=4.18 && <5
, time ^>=1.12.0
, text ^>=2.0.0
, bytestring ^>=0.11.0
, monad-logger ^>=0.3.0
, exceptions ^>=0.10.0
, blaze-html ^>=0.9.0
, xml-conduit-writer ^>=0.1.0
, xml-conduit ^>=1.9.0
, soap ^>=0.2.0
, http-types ^>=0.12.0
, http-client-tls ^>=0.3.0
, http-client ^>=0.7.0
hs-source-dirs: src
default-language: GHC2021
default-extensions: OverloadedStrings
DuplicateRecordFields
NoFieldSelectors
OverloadedRecordDot
RecordWildCards
TypeFamilies
DeriveAnyClass
DerivingStrategies
test-suite bank-mellat-api-test
import: warnings
default-language: GHC2021
-- other-modules:
-- other-extensions:
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base >=4.18 && <5,
bank-mellat-api