From 6b743222684f2b8151dfbdef42f0dc890e590c41 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 25 Apr 2012 17:19:07 -0500 Subject: Split OpenPGP.Crypto out into a seperate package --- openpgp.cabal | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'openpgp.cabal') diff --git a/openpgp.cabal b/openpgp.cabal index 0a40b94..3f3d592 100644 --- a/openpgp.cabal +++ b/openpgp.cabal @@ -23,15 +23,11 @@ description: and then defines instances of Data.Binary for each to facilitate encoding/decoding. . - There is also a wrapper around - that currently does fingerprint generation, signature generation, and - signature verification (for RSA keys only). + For performing cryptography, see . - It is intended that you use qualified imports with this library. If importing - both modules, something like this will do: + It is intended that you use qualified imports with this library. . > import qualified Data.OpenPGP as OpenPGP - > import qualified Data.OpenPGP.Crypto as OpenPGP extra-source-files: README, @@ -114,19 +110,19 @@ extra-source-files: tests/data/000076-007.secret_subkey, tests/data/000077-002.sig, tests/data/000078-012.ring_trust, + tests/data/compressedsig-bzip2.gpg, + tests/data/compressedsig.gpg, + tests/data/compressedsig-zlib.gpg, + tests/data/onepass_sig, tests/data/pubring.gpg, tests/data/secring.gpg, - tests/data/compressedsig.gpg, - tests/data/msg1.asc, - tests/data/uncompressed-ops-rsa.gpg, tests/data/uncompressed-ops-dsa.gpg, tests/data/uncompressed-ops-dsa-sha384.txt.gpg, - tests/data/encryption.gpg + tests/data/uncompressed-ops-rsa.gpg library exposed-modules: Data.OpenPGP - Data.OpenPGP.Crypto build-depends: base == 4.*, @@ -135,8 +131,7 @@ library utf8-string, binary, zlib, - bzlib, - Crypto + bzlib test-suite tests type: exitcode-stdio-1.0 @@ -150,7 +145,6 @@ test-suite tests binary, zlib, bzlib, - Crypto, HUnit, QuickCheck >= 2.4.1.1, test-framework, -- cgit v1.2.3