From 5491a9fcc9d6969450a7743fd40a5661b06f61d5 Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Mon, 8 Oct 2007 04:11:07 +0200 Subject: Add LANGUAGE pragmas 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:20071008021107-bffde-c482752d9acbb88df3e00e46270a52a5505f4bc7.gz --- Operations.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Operations.hs') diff --git a/Operations.hs b/Operations.hs index eed426c..9acfaf0 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,7 +1,7 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} -{-# LANGUAGE FlexibleInstances #-} +{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable +{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, PatternGuards, TypeSynonymInstances #-} --- \^^ deriving Typeable -- -------------------------------------------------------------------------- -- | -- Module : Operations.hs -- cgit v1.2.3