summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2017-04-29 04:02:50 +0200
committerjao <jao@gnu.org>2017-04-29 04:02:50 +0200
commit1f9555f4549a64235ba24a11b59a5b5621dd9048 (patch)
treef8c55a8393707741560211a6b018d0c354b060bf
parent308bd1b83e07d2418ee512ee1fcaeda609907669 (diff)
downloadxmobar-1f9555f4549a64235ba24a11b59a5b5621dd9048.tar.gz
xmobar-1f9555f4549a64235ba24a11b59a5b5621dd9048.tar.bz2
Preprocessor nits
-rw-r--r--src/Plugins/Monitors/CoreCommon.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Plugins/Monitors/CoreCommon.hs b/src/Plugins/Monitors/CoreCommon.hs
index 5b6d89a..087630a 100644
--- a/src/Plugins/Monitors/CoreCommon.hs
+++ b/src/Plugins/Monitors/CoreCommon.hs
@@ -16,7 +16,8 @@
module Plugins.Monitors.CoreCommon where
-#ifndef GHC8
+#ifdef GHC8
+#else
import Control.Applicative
#endif