From 084e4883f70987ef74ae63a3c150a061995301d1 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 20:16:14 +0200 Subject: Use LANGUAGE pragmas over -fglasgow-exts darcs-hash:20070928181614-a5988-85415ed570690a468bf92cdf0f66d69494cecf4e.gz --- Combo.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Combo.hs') diff --git a/Combo.hs b/Combo.hs index 67263e2..72463d5 100644 --- a/Combo.hs +++ b/Combo.hs @@ -1,4 +1,6 @@ -{-# OPTIONS -fallow-undecidable-instances #-} +{-# OPTIONS_GHC -fallow-undecidable-instances #-} +{-# LANGUAGE FlexibleInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.Combo -- cgit v1.2.3