summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-07-27 23:48:27 -0400
committerClint Adams <clint@debian.org>2012-07-27 23:48:27 -0400
commitc708dc4b1d84bc85c52c5c3255f65c62a67ee039 (patch)
tree59dcc5dff95c2803e531e009bd411e85405ac5ee /openpgp-asciiarmor.cabal
parent3a9f6d91f4b1e36d92ea18237ae8caf1bb639203 (diff)
Make -Wall-clean and build with -Wall.
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