summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2010-02-09 11:57:51 +0100
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2010-02-09 11:57:51 +0100
commitc51aa1a3eb02355cd4790111c18714a03d5978ff (patch)
tree9d2f61fad94c8996921054b294fea713083cca46
parentcf8e1071ac4bb0c829f6fa018c88df514def1d69 (diff)
downloadxmobar-c51aa1a3eb02355cd4790111c18714a03d5978ff.tar.gz
xmobar-c51aa1a3eb02355cd4790111c18714a03d5978ff.tar.bz2
Suppress warning for half-baked code
Ignore-this: 26aaa6c769e8bb80533c6247a591a66a20e9a87b darcs-hash:20100209105751-d6583-c239e4493b10e56884a634d068fa20b00063f97b.gz
-rw-r--r--Plugins/EWMH.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/EWMH.hs b/Plugins/EWMH.hs
index 0718aa4..d5b70cb 100644
--- a/Plugins/EWMH.hs
+++ b/Plugins/EWMH.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -w #-}
{-# LANGUAGE CPP, RecordWildCards, NamedFieldPuns, GeneralizedNewtypeDeriving #-}
-----------------------------------------------------------------------------