summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 15:39:48 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-12-29 15:39:48 -0500
commit55330cc47562d6b5010fcc4ec25175191788a9e4 (patch)
tree62592f39c231e58de7bdb33a5bea302df42afd7f /README
parent28c581683cb3a04b87b4eee1b46e40e96098b770 (diff)
More documentation
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