summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-13 16:31:20 -0400
committerAndrew Cady <d@jerkface.net>2019-07-13 16:31:20 -0400
commit6a60cc1621afcbf16fe86af1d782973dec319b3b (patch)
treedf739bd1d1a50f093f93414987f21a6ad4ec6842
parentda8b20a6cc480476ec4ae9d009e7ebaa3a73b87e (diff)
warn more
-rw-r--r--kiki.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 7c57e3d..da5e0c7 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -34,6 +34,7 @@ Executable kiki
34 Build-Depends: cryptonite, x509 >=1.6, memory, hourglass 34 Build-Depends: cryptonite, x509 >=1.6, memory, hourglass
35 35
36Executable hosts 36Executable hosts
37 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
37 Main-is: hosts.hs 38 Main-is: hosts.hs
38 Build-Depends: base >= 4.8.0.0, 39 Build-Depends: base >= 4.8.0.0,
39 bytestring, 40 bytestring,
@@ -41,6 +42,7 @@ Executable hosts
41 kiki 42 kiki
42 43
43Executable cokiki 44Executable cokiki
45 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
44 Main-is: cokiki.hs 46 Main-is: cokiki.hs
45 Build-Depends: base >= 4.8.0.0, 47 Build-Depends: base >= 4.8.0.0,
46 bytestring, 48 bytestring,
@@ -52,7 +54,7 @@ Executable cokiki
52 kiki 54 kiki
53 55
54library 56library
55 Ghc-Options: -Wmissing-signatures 57 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
56 hs-source-dirs: lib 58 hs-source-dirs: lib
57 exposed-modules: KeyRing, 59 exposed-modules: KeyRing,
58 KeyRing.Types, 60 KeyRing.Types,
@@ -106,6 +108,7 @@ library
106 c-sources: lib/dotlock.c 108 c-sources: lib/dotlock.c
107 109
108Test-suite testkiki 110Test-suite testkiki
111 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
109 type: exitcode-stdio-1.0 112 type: exitcode-stdio-1.0
110 Main-is: testkiki.hs 113 Main-is: testkiki.hs
111 hs-source-dirs: testkiki 114 hs-source-dirs: testkiki