From 308bd1b83e07d2418ee512ee1fcaeda609907669 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 29 Apr 2017 03:41:05 +0200 Subject: CPP for GHC 8.0 --- src/Plugins/Monitors/CoreCommon.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Plugins') diff --git a/src/Plugins/Monitors/CoreCommon.hs b/src/Plugins/Monitors/CoreCommon.hs index 4ded88a..5b6d89a 100644 --- a/src/Plugins/Monitors/CoreCommon.hs +++ b/src/Plugins/Monitors/CoreCommon.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE PatternGuards #-} +{-# LANGUAGE CPP, PatternGuards #-} ----------------------------------------------------------------------------- -- | @@ -16,6 +16,10 @@ module Plugins.Monitors.CoreCommon where +#ifndef GHC8 +import Control.Applicative +#endif + import Data.Char hiding (Space) import Data.Function import Data.List -- cgit v1.2.3