forked from tazjin/hs-pkpass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs-pkpass.cabal
46 lines (43 loc) · 1.72 KB
/
hs-pkpass.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
-- Initial hs-pkpass.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hs-pkpass
version: 0.5
synopsis: A library for Passbook pass creation & signing
description: A Haskell library for type-safe creation of Passbook passes and signing through Apple's signpass tool.
homepage: https://github.com/tazjin/hs-pkpass
license: BSD3
license-file: LICENSE
author: Vincent Ambo
maintainer: [email protected]
-- copyright:
category: Apple
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/tazjin/hs-pkpass.git
library
exposed-modules: Passbook, Passbook.Types
-- other-modules:
build-depends: base >= 4 && < 5,
directory >= 1 && < 2,
aeson ==0.6.*,
conduit ==0.5.*,
conduit-extra,
resourcet,
shakespeare,
filesystem-conduit ==0.5.*,
text ==0.11.*,
uuid ==1.2.*,
shelly ==0.14.*,
random == 1.0.*,
time ==1.4.*,
old-locale ==1.0.*,
shakespeare-text ==1.0.*,
attoparsec >= 0.8.6.1,
unordered-containers >= 0.2,
zip-archive >= 0.1.1.8,
system-filepath < 0.5,
bytestring,
transformers >= 0.3,
binary >= 0.5