summaryrefslogtreecommitdiff
path: root/openpgp.cabal
diff options
context:
space:
mode:
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: