summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-24 21:35:49 -0400
committerjoe <joe@jerkface.net>2016-04-25 05:07:55 -0400
commit12751d65b72b6f9325a0cf917c4be8a4750e2e8b (patch)
treeaf97dafce1bbc02546d755d6fdfd0eaa8b0743bf /openpgp-util.cabal
parent7f2bca77eedcd124e2fe37e900ba6b0876a4334e (diff)
Key generation.
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 516b0f4..debc84e 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -19,8 +19,6 @@ description:
19 Fingerprint generation, signature generation, signature verification, 19 Fingerprint generation, signature generation, signature verification,
20 and secret key decryption for OpenPGP Packets. 20 and secret key decryption for OpenPGP Packets.
21 . 21 .
22 It is indended to be used with <http://hackage.haskell.org/package/openpgp>
23 .
24 It is intended that you use qualified imports with this library. 22 It is intended that you use qualified imports with this library.
25 . 23 .
26 > import qualified Data.OpenPGP.Util as OpenPGP 24 > import qualified Data.OpenPGP.Util as OpenPGP
@@ -129,6 +127,7 @@ library
129 Data.OpenPGP.Util.Base 127 Data.OpenPGP.Util.Base
130 Data.OpenPGP.Util.Verify 128 Data.OpenPGP.Util.Verify
131 Data.OpenPGP.Util.Sign 129 Data.OpenPGP.Util.Sign
130 Data.OpenPGP.Util.Gen
132 Data.OpenPGP.Util.DecryptSecretKey 131 Data.OpenPGP.Util.DecryptSecretKey
133 build-depends: 132 build-depends:
134 base == 4.*, 133 base == 4.*,