aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-12 23:49:25 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-12 23:49:25 +0200
commite968172cb0c9f4fc653c775faf3ecb661f5b1948 (patch)
tree14451b438f7aa84a75c4f1f94cceb2bea3959ffc /unix.cabal
parent7b9044abd826ef1e0f91a1ce5922ed1303e1f2a0 (diff)
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 <hvr@gnu.org>
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal2
1 files changed, 2 insertions, 0 deletions
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: