summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2012-04-26 16:29:50 -0400
committerClint Adams <clint@softwarefreedom.org>2012-04-26 16:29:50 -0400
commit716dd382221343e5da5daf1a9a8ac40304a7d74b (patch)
tree0a2b7bed56f9ec6564d4a9e918ab4e8fd53c0dc5 /openpgp-asciiarmor.cabal
parentd17ea2bb11255f7e6ae9069d3b58e8f06d5946a5 (diff)
Codec for "Cleartext Signatures"
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index 9b141c2..afa7010 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -15,9 +15,15 @@ Extra-source-files: tests/suite.hs
15 , tests/data/msg1a.asc 15 , tests/data/msg1a.asc
16 , tests/data/msg1b.asc 16 , tests/data/msg1b.asc
17 , tests/data/msg1c.asc 17 , tests/data/msg1c.asc
18 , tests/data/msg2.asc
19 , tests/data/msg1.gpg 18 , tests/data/msg1.gpg
19 , tests/data/msg2.asc
20 , tests/data/msg2.pgp 20 , tests/data/msg2.pgp
21 , tests/data/msg3
22 , tests/data/msg3.asc
23 , tests/data/msg3.sig
24 , tests/data/msg4
25 , tests/data/msg4.asc
26 , tests/data/msg4.sig
21 27
22Cabal-version: >= 1.10 28Cabal-version: >= 1.10
23 29
@@ -29,6 +35,7 @@ Library
29 , Codec.Encryption.OpenPGP.ASCIIArmor.Types 35 , Codec.Encryption.OpenPGP.ASCIIArmor.Types
30 Other-Modules: Data.Digest.CRC24 36 Other-Modules: Data.Digest.CRC24
31 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart 37 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart
38 , Codec.Encryption.OpenPGP.ASCIIArmor.Utils
32 Build-depends: attoparsec 39 Build-depends: attoparsec
33 , base > 4 && < 5 40 , base > 4 && < 5
34 , base64-bytestring 41 , base64-bytestring