summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 01f82f5..ddad150 100644
--- a/README
+++ b/README
@@ -11,6 +11,9 @@ For performing cryptography, see
11<http://hackage.haskell.org/package/openpgp-crypto-api> or 11<http://hackage.haskell.org/package/openpgp-crypto-api> or
12<http://hackage.haskell.org/package/openpgp-Crypto> 12<http://hackage.haskell.org/package/openpgp-Crypto>
13 13
14For dealing with ASCII armor, see
15<http://hackage.haskell.org/package/openpgp-asciiarmor>
16
14It is intended that you use qualified imports with this library. 17It is intended that you use qualified imports with this library.
15 18
16> import qualified Data.OpenPGP as OpenPGP 19> import qualified Data.OpenPGP as OpenPGP