summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-04-25 22:26:57 -0400
committerClint Adams <clint@debian.org>2012-04-25 22:26:57 -0400
commitd17ea2bb11255f7e6ae9069d3b58e8f06d5946a5 (patch)
tree60c0cebd5ae6be14f293ca96e9756351581fa497 /openpgp-asciiarmor.cabal
parent83f494d1c3dbf75054284334bc30e8a1b9825146 (diff)
Add multipartMerge
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index e161d6f..9b141c2 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -15,7 +15,9 @@ 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
18 , tests/data/msg1.gpg 19 , tests/data/msg1.gpg
20 , tests/data/msg2.pgp
19 21
20Cabal-version: >= 1.10 22Cabal-version: >= 1.10
21 23
@@ -26,6 +28,7 @@ Library
26 , Codec.Encryption.OpenPGP.ASCIIArmor.Encode 28 , Codec.Encryption.OpenPGP.ASCIIArmor.Encode
27 , Codec.Encryption.OpenPGP.ASCIIArmor.Types 29 , Codec.Encryption.OpenPGP.ASCIIArmor.Types
28 Other-Modules: Data.Digest.CRC24 30 Other-Modules: Data.Digest.CRC24
31 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart
29 Build-depends: attoparsec 32 Build-depends: attoparsec
30 , base > 4 && < 5 33 , base > 4 && < 5
31 , base64-bytestring 34 , base64-bytestring