summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--openpgp.cabal4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c940e2b..01f82f5 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ and then defines instances of Data.Binary for each to facilitate
8encoding/decoding. 8encoding/decoding.
9 9
10For performing cryptography, see 10For performing cryptography, see
11<http://hackage.haskell.org/openpgp-crypto-api> or 11<http://hackage.haskell.org/package/openpgp-crypto-api> or
12<http://hackage.haskell.org/openpgp-Crypto> 12<http://hackage.haskell.org/package/openpgp-Crypto>
13 13
14It is intended that you use qualified imports with this library. 14It is intended that you use qualified imports with this library.
15 15
diff --git a/openpgp.cabal b/openpgp.cabal
index 278d175..84a099a 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -24,8 +24,8 @@ description:
24 encoding/decoding. 24 encoding/decoding.
25 . 25 .
26 For performing cryptography, see 26 For performing cryptography, see
27 <http://hackage.haskell.org/openpgp-crypto-api> or 27 <http://hackage.haskell.org/package/openpgp-crypto-api> or
28 <http://hackage.haskell.org/openpgp-Crypto> 28 <http://hackage.haskell.org/package/openpgp-Crypto>
29 . 29 .
30 It is intended that you use qualified imports with this library. 30 It is intended that you use qualified imports with this library.
31 . 31 .