From e7ac4366256113c36e7d095215d3eb3c56d23092 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 20:14:38 +0200 Subject: Use LANGUAGE pragmas over -fglasgow-exts darcs-hash:20070928181438-a5988-27614325d7707fe5574f47113faa372fdec98791 --- Operations.hs | 4 +++- XMonad.hs | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Operations.hs b/Operations.hs index ec93cca..180a874 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# LANGUAGE FlexibleInstances #-} + -- \^^ deriving Typeable -- -------------------------------------------------------------------------- -- | diff --git a/XMonad.hs b/XMonad.hs index cd6bcad..445d2b2 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -1,4 +1,5 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# LANGUAGE FlexibleInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonad.hs -- cgit v1.2.3