-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsdk-haskell.cabal
89 lines (85 loc) · 3.06 KB
/
sdk-haskell.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
-- Initial sdk-haskell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sdk-haskell
version: 0.0.3.2
description: Payment method liqpay process
homepage: https://www.liqpay.ua/documentation/en
license: OtherLicense
license-file: LICENSE
author: Liqpay
maintainer: [email protected]
copyright: Copyright (c) 2015 Liqpay
category: Web
build-type: Simple
cabal-version: >=1.16
library
build-depends: base >= 4.7.0,
bytestring >= 0.10,
SHA,
base64-bytestring,
containers,
text,
xhtml >= 3000.2.1,
unordered-containers,
exceptions >= 0.6,
transformers >= 0.4,
monad-control >= 0.3.3,
resourcet >= 1.1.2,
conduit >= 1.1.2,
conduit-extra >= 1.1.0,
http-conduit >= 2.1.2,
aeson >= 0.8.0
hs-source-dirs: src
ghc-options: -Wall -rtsopts -O2
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
ghc-options: -Wall
default-language: Haskell2010
build-depends: base >= 4.7.0,
sdk-haskell,
hspec >= 1.10,
QuickCheck,
bytestring >= 0.10,
SHA,
base64-bytestring,
containers,
text,
xhtml >= 3000.2.1,
unordered-containers,
exceptions >= 0.6,
transformers >= 0.4,
monad-control >= 0.3.3,
resourcet >= 1.1.2,
conduit >= 1.1.2,
conduit-extra >= 1.1.0,
http-conduit >= 2.1.2,
aeson >= 0.8.0
hs-source-dirs: test, src
executable sdk-profiler
main-is: Spec.hs
default-language: Haskell2010
ghc-options: -O2
-threaded
-fprof-auto
"-with-rtsopts=-N -p -s -h -i0.1"
build-depends: base >= 4.7.0,
hspec >= 1.10,
QuickCheck,
bytestring >= 0.10,
SHA,
base64-bytestring,
containers,
text,
xhtml >= 3000.2.1,
unordered-containers,
exceptions >= 0.6,
transformers >= 0.4,
monad-control >= 0.3.3,
resourcet >= 1.1.2,
conduit >= 1.1.2,
conduit-extra >= 1.1.0,
http-conduit >= 2.1.2,
aeson >= 0.8.0
hs-source-dirs: test, src