summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-09-24 16:13:38 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-09-24 16:13:38 -0500
commitbdd70f4e6b83345ea235138150c6ef680e651338 (patch)
tree6274c8f0a3ce41f4fbc512b146ce738ccdb38707 /README
parent11824b82a87f62ac41330308f6e8681133e11bdf (diff)
Fix links to related packages
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 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