File: hopenpgp-tools.cabal

package info (click to toggle)
haskell-hopenpgp-tools 0.19.4-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 588 kB
  • ctags: 22
  • sloc: haskell: 2,516; yacc: 192; makefile: 8
file content (129 lines) | stat: -rw-r--r-- 4,871 bytes parent folder | download
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name:                hopenpgp-tools
version:             0.19.4
synopsis:            hOpenPGP-based command-line tools
description:         command-line tools for performing some OpenPGP-related operations
homepage:            http://floss.scru.org/hopenpgp-tools
license:             OtherLicense
license-file:        LICENSE
author:              Clint Adams
maintainer:          Clint Adams <clint@debian.org>
copyright:           2012-2016 Clint Adams
category:            Codec, Data
build-type:          Simple
cabal-version:       >=1.10

executable hot
  main-is:             hot.hs
  ghc-options:         -Wall
  other-modules:       HOpenPGP.Tools.Common
               ,       HOpenPGP.Tools.Lexer
               ,       HOpenPGP.Tools.Parser
  build-depends:       base                   > 4         && < 5
               ,       aeson
               ,       ansi-wl-pprint         >= 0.6.7
               ,       array
               ,       binary                 >= 0.6.4.0
               ,       binary-conduit
               ,       bytestring
               ,       conduit                >= 1.1
               ,       conduit-extra          >= 1.1
               ,       errors
               ,       hOpenPGP               >= 2.0      && < 3
               ,       lens
               ,       monad-loops
               ,       openpgp-asciiarmor     >= 0.1
               ,       optparse-applicative   >= 0.11.0
               ,       resourcet
               ,       text
               ,       transformers
               ,       wl-pprint-extras
               ,       yaml
  build-tools:         alex
               ,       happy
  default-language: Haskell2010

executable hokey
  main-is:             hokey.hs
  ghc-options:         -Wall
  other-modules:       HOpenPGP.Tools.Common
               ,       HOpenPGP.Tools.HKP
               ,       HOpenPGP.Tools.TKUtils
  build-depends:       base                   > 4         && < 5
               ,       aeson
               ,       ansi-wl-pprint         >= 0.6.7
               ,       base16-bytestring
               ,       binary                 >= 0.6.4.0
               ,       binary-conduit
               ,       bytestring
               ,       conduit                >= 1.1
               ,       conduit-extra          >= 1.1
               ,       containers
               ,       crypto-pubkey
               ,       cryptohash             >= 0.7.7
               ,       directory
               ,       errors
               ,       hOpenPGP               >= 2.5      && < 3
               ,       http-client
               ,       http-client-tls
               ,       http-types
               ,       ixset-typed
               ,       lens
               ,       monad-loops
               ,       openpgp-asciiarmor
               ,       optparse-applicative   >= 0.11.0
               ,       resourcet
               ,       text
               ,       time
               ,       time-locale-compat
               ,       transformers
               ,       wl-pprint-extras
               ,       wl-pprint-terminfo
               ,       yaml
  default-language: Haskell2010

executable hkt
  main-is:             hkt.hs
  ghc-options:         -Wall
  other-modules:       HOpenPGP.Tools.Common
               ,       HOpenPGP.Tools.Lexer
               ,       HOpenPGP.Tools.Parser
  build-depends:       base                   > 4         && < 5
               ,       aeson
               ,       ansi-wl-pprint         >= 0.6.7
               ,       array
               ,       attoparsec             >= 0.10.0.0
               ,       binary                 >= 0.6.4.0
               ,       binary-conduit
               ,       bytestring
               ,       conduit                >= 1.1
               ,       conduit-extra          >= 1.1
               ,       containers
               ,       crypto-pubkey
               ,       directory
               ,       errors
               ,       fgl
               ,       graphviz
               ,       hOpenPGP               >= 2.2      && < 3
               ,       ixset-typed
               ,       lens
               ,       monad-loops
               ,       optparse-applicative   >= 0.11.0
               ,       resourcet
               ,       text
               ,       time
               ,       transformers
               ,       unordered-containers
               ,       wl-pprint-extras
               ,       yaml
  build-tools:         alex
               ,       happy
  default-language: Haskell2010

source-repository head
  type:     git
  location: https://anonscm.debian.org/git/users/clint/hopenpgp-tools.git

source-repository this
  type:     git
  location: https://anonscm.debian.org/git/users/clint/hopenpgp-tools.git
  tag:      hopenpgp-tools/0.19.4