summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2017-04-29 04:23:08 +0200
committerjao <jao@gnu.org>2017-04-29 04:23:08 +0200
commita68ee89c43ea9fe49ddf19c4f5d889f9319b9995 (patch)
treedbd0a88a79930131957a752a66a364cdbe441f88 /src
parent1f9555f4549a64235ba24a11b59a5b5621dd9048 (diff)
downloadxmobar-a68ee89c43ea9fe49ddf19c4f5d889f9319b9995.tar.gz
xmobar-a68ee89c43ea9fe49ddf19c4f5d889f9319b9995.tar.bz2
Preprocessor nits
Diffstat (limited to 'src')
-rw-r--r--src/Plugins/Monitors/CoreCommon.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Plugins/Monitors/CoreCommon.hs b/src/Plugins/Monitors/CoreCommon.hs
index 087630a..6298421 100644
--- a/src/Plugins/Monitors/CoreCommon.hs
+++ b/src/Plugins/Monitors/CoreCommon.hs
@@ -16,8 +16,7 @@
module Plugins.Monitors.CoreCommon where
-#ifdef GHC8
-#else
+#if __GLASGOW_HASKELL__ < 800
import Control.Applicative
#endif