summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index 55a97f6..74711e7 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -36,6 +36,7 @@ Library
36 Other-Modules: Data.Digest.CRC24 36 Other-Modules: Data.Digest.CRC24
37 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart 37 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart
38 , Codec.Encryption.OpenPGP.ASCIIArmor.Utils 38 , Codec.Encryption.OpenPGP.ASCIIArmor.Utils
39 Ghc-options: -Wall
39 Build-depends: attoparsec 40 Build-depends: attoparsec
40 , base > 4 && < 5 41 , base > 4 && < 5
41 , base64-bytestring 42 , base64-bytestring
@@ -47,6 +48,7 @@ Library
47Test-Suite tests 48Test-Suite tests
48 type: exitcode-stdio-1.0 49 type: exitcode-stdio-1.0
49 main-is: tests/suite.hs 50 main-is: tests/suite.hs
51 Ghc-options: -Wall
50 Build-depends: attoparsec 52 Build-depends: attoparsec
51 , base > 4 && < 5 53 , base > 4 && < 5
52 , base64-bytestring 54 , base64-bytestring