summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--openpgp.cabal4
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 0bed65f..c940e2b 100644
--- a/README
+++ b/README
@@ -7,7 +7,9 @@ It defines types to represent OpenPGP messages as a series of packets
7and then defines instances of Data.Binary for each to facilitate 7and then defines instances of Data.Binary for each to facilitate
8encoding/decoding. 8encoding/decoding.
9 9
10For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> 10For performing cryptography, see
11<http://hackage.haskell.org/openpgp-crypto-api> or
12<http://hackage.haskell.org/openpgp-Crypto>
11 13
12It is intended that you use qualified imports with this library. 14It is intended that you use qualified imports with this library.
13 15
diff --git a/openpgp.cabal b/openpgp.cabal
index bcbe203..2d79bc4 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -23,7 +23,9 @@ description:
23 and then defines instances of Data.Binary for each to facilitate 23 and then defines instances of Data.Binary for each to facilitate
24 encoding/decoding. 24 encoding/decoding.
25 . 25 .
26 For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto> 26 For performing cryptography, see
27 <http://hackage.haskell.org/openpgp-crypto-api> or
28 <http://hackage.haskell.org/openpgp-Crypto>
27 . 29 .
28 It is intended that you use qualified imports with this library. 30 It is intended that you use qualified imports with this library.
29 . 31 .