Use LANGUAGE pragmas over -fglasgow-exts

This commit is contained in:
Spencer Janssen
2007-09-28 18:14:38 +00:00
parent f1c1e982a2
commit d0d81db6de
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE FlexibleInstances #-}
-- \^^ deriving Typeable
-- --------------------------------------------------------------------------
-- |

View File

@@ -1,4 +1,5 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE FlexibleInstances #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.hs