summaryrefslogtreecommitdiff
path: root/openpgp.cabal
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
commit779e92b81130213dc5d79b0acafe37e7ee5b45e5 (patch)
treea3bcd5505d411625d1f738e4bb17a0e07b10153a /openpgp.cabal
parentd807b5d3368e6295e8c9a4bac8647d40c2933dd2 (diff)
Go to 0.2 now that we have signing
Diffstat (limited to 'openpgp.cabal')
-rw-r--r--openpgp.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/openpgp.cabal b/openpgp.cabal
index 69aec0f..9e26abd 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.1 2version: 0.2
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING
@@ -24,7 +24,8 @@ description:
24 encoding/decoding. 24 encoding/decoding.
25 . 25 .
26 There is also a wrapper around <http://hackage.haskell.org/package/Crypto> 26 There is also a wrapper around <http://hackage.haskell.org/package/Crypto>
27 that currently does fingerprint generation and signature verification. 27 that currently does fingerprint generation, signature generation, and
28 signature verification (for RSA keys only).
28 . 29 .
29 It is intended that you use qualified imports with this library. If importing 30 It is intended that you use qualified imports with this library. If importing
30 both modules, something like this will do: 31 both modules, something like this will do: