diff options
Diffstat (limited to 'src/Plugins')
-rw-r--r-- | src/Plugins/Monitors/CoreCommon.hs | 3 |
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 |