From e1a10b926e41b53e7ebc54e184d68bb3ef1ba929 Mon Sep 17 00:00:00 2001 From: nornagon Date: Sat, 6 Oct 2007 22:41:56 +0000 Subject: [PATCH] Replace -fglasgow-exts with LANGUAGE pragma in WindowNavigation.hs --- WindowNavigation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowNavigation.hs b/WindowNavigation.hs index 5410a159..a219a54a 100644 --- a/WindowNavigation.hs +++ b/WindowNavigation.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.WorkspaceDir