From 9ff003308ac84b72d0d686df49c06164bf495565 Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Mon, 8 Oct 2007 13:52:29 +0200 Subject: Fix more LANGUAGE pragmas This patch should go after my other one -- I'd missed some files that used -fglasgow-exts. darcs-hash:20071008115229-bffde-3a04bb6952976f30fbc42190d71b29633f0617f7.gz --- WindowNavigation.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'WindowNavigation.hs') diff --git a/WindowNavigation.hs b/WindowNavigation.hs index 5410a15..f6eaec8 100644 --- a/WindowNavigation.hs +++ b/WindowNavigation.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fglasgow-exts #-} +{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable +{-# LANGUAGE FlexibleInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses, TypeSynonymInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.WorkspaceDir -- cgit v1.2.3