From 6a60cc1621afcbf16fe86af1d782973dec319b3b Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 13 Jul 2019 16:31:20 -0400 Subject: warn more --- kiki.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kiki.cabal b/kiki.cabal index 7c57e3d..da5e0c7 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -34,6 +34,7 @@ Executable kiki Build-Depends: cryptonite, x509 >=1.6, memory, hourglass Executable hosts + Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults Main-is: hosts.hs Build-Depends: base >= 4.8.0.0, bytestring, @@ -41,6 +42,7 @@ Executable hosts kiki Executable cokiki + Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults Main-is: cokiki.hs Build-Depends: base >= 4.8.0.0, bytestring, @@ -52,7 +54,7 @@ Executable cokiki kiki library - Ghc-Options: -Wmissing-signatures + Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults hs-source-dirs: lib exposed-modules: KeyRing, KeyRing.Types, @@ -106,6 +108,7 @@ library c-sources: lib/dotlock.c Test-suite testkiki + Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults type: exitcode-stdio-1.0 Main-is: testkiki.hs hs-source-dirs: testkiki -- cgit v1.2.3