summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-06-25 00:03:37 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 06:29:38 -0400
commitbea1757d3d4b032935ba8c495a7efcf629216b9d (patch)
treee1158781fe180889682d192bbfa09836d9856f8c /kiki.cabal
parentdcc201eca4f160d5e358d336b2d3666ed8abf077 (diff)
get rid of some warnings
really cleans up the codebase too
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index e75c1b0..5cd9ccf 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -27,7 +27,7 @@ Flag unixEnv
27 Default: False 27 Default: False
28 28
29Executable kiki 29Executable kiki
30 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches 30 Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults
31 Main-is: kiki.hs 31 Main-is: kiki.hs
32 -- base >=4.6 due to use of readEither in KikiD.Message 32 -- base >=4.6 due to use of readEither in KikiD.Message
33 Build-Depends: base >=4.6.0.0, 33 Build-Depends: base >=4.6.0.0,