From e968172cb0c9f4fc653c775faf3ecb661f5b1948 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 12 Oct 2013 23:49:25 +0200 Subject: Make `-Wall` clean and drop `-fno-warn-unused-imports` CPP conditional code sections have been carefully taken into account while performing this warning cleanup. Most `OPTIONS_GHC` declarations could be dropped (now only a lonely `{-# OPTIONS_GHC -fno-cse #-}` remains in `Posix.Signals`). Signed-off-by: Herbert Valerio Riedel --- unix.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unix.cabal') diff --git a/unix.cabal b/unix.cabal index f39d46f..835bf1c 100644 --- a/unix.cabal +++ b/unix.cabal @@ -117,6 +117,8 @@ library System.Posix.Process.Common System.Posix.Terminal.Common + ghc-options: -Wall + include-dirs: include includes: HsUnix.h execvpe.h install-includes: -- cgit v1.2.3