From c708dc4b1d84bc85c52c5c3255f65c62a67ee039 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 27 Jul 2012 23:48:27 -0400 Subject: Make -Wall-clean and build with -Wall. --- openpgp-asciiarmor.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpgp-asciiarmor.cabal') 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 Other-Modules: Data.Digest.CRC24 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart , Codec.Encryption.OpenPGP.ASCIIArmor.Utils + Ghc-options: -Wall Build-depends: attoparsec , base > 4 && < 5 , base64-bytestring @@ -47,6 +48,7 @@ Library Test-Suite tests type: exitcode-stdio-1.0 main-is: tests/suite.hs + Ghc-options: -Wall Build-depends: attoparsec , base > 4 && < 5 , base64-bytestring -- cgit v1.2.3