From e3e7525e354faf1084bc7337d19b796cb88dfc04 Mon Sep 17 00:00:00 2001 From: nornagon Date: Sun, 7 Oct 2007 00:21:55 +0200 Subject: Replace -fglasgow-exts with LANGUAGE pragma in Dishes.hs darcs-hash:20071006222155-25eb7-5c66bb9a4f5026c7980fe1bddb1a195ee7ee8333.gz --- Dishes.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dishes.hs b/Dishes.hs index 8faff4e..e080d71 100644 --- a/Dishes.hs +++ b/Dishes.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.Dishes -- cgit v1.2.3