From bea1757d3d4b032935ba8c495a7efcf629216b9d Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 25 Jun 2019 00:03:37 -0400 Subject: get rid of some warnings really cleans up the codebase too --- kiki.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiki.cabal b/kiki.cabal index e75c1b0..5cd9ccf 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -27,7 +27,7 @@ Flag unixEnv Default: False Executable kiki - Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches + Ghc-Options: -W -Wall -Wno-name-shadowing -Wno-unused-matches -Wno-unused-do-bind -Wno-type-defaults Main-is: kiki.hs -- base >=4.6 due to use of readEither in KikiD.Message Build-Depends: base >=4.6.0.0, -- cgit v1.2.3