From f69483d273938487e1544ebb5ac53172fb09117e Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 2 Dec 2019 15:59:42 -0700 Subject: [PATCH] Try another option for bools --- cbits/mysql_signals.c | 1 + mysql.cabal | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cbits/mysql_signals.c b/cbits/mysql_signals.c index 698210a..7d4a1b5 100644 --- a/cbits/mysql_signals.c +++ b/cbits/mysql_signals.c @@ -7,6 +7,7 @@ #include #include #include +#include static sigset_t sigs[1]; static int sigs_inited; diff --git a/mysql.cabal b/mysql.cabal index 22fb617..e492c03 100644 --- a/mysql.cabal +++ b/mysql.cabal @@ -55,8 +55,6 @@ library build-depends: semigroups >= 0.11 && < 0.19 - cc-options: --std=c99 - ghc-options: -Wall if impl(ghc >= 6.8) ghc-options: -fwarn-tabs