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 >=6.7.
This commit is contained in:
Shachaf Ben-Kiki
2007-10-08 02:21:41 +00:00
parent 6120380809
commit 73c055bd46
26 changed files with 34 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
{-# LANGUAGE FlexibleInstances #-}
{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable
{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses #-}
-----------------------------------------------------------------------------
-- |