From 21bdffc82de962541e663ef01a851bea95dd2d6c Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Mon, 8 Oct 2007 04:21:41 +0200 Subject: Add LANGUAGE pragams It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz --- Maximize.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Maximize.hs') diff --git a/Maximize.hs b/Maximize.hs index 2322c54..db9d265 100644 --- a/Maximize.hs +++ b/Maximize.hs @@ -1,4 +1,5 @@ -{-# LANGUAGE FlexibleInstances #-} +{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable +{-# LANGUAGE FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances #-} ----------------------------------------------------------------------------- -- | -- cgit v1.2.3