From f5584f16e3d2d31910e400e8e89dfb1a3980bf89 Mon Sep 17 00:00:00 2001 From: nornagon Date: Sun, 7 Oct 2007 00:23:20 +0200 Subject: Replace -fglasgow-exts with LANGUAGE pragma in Grid.hs darcs-hash:20071006222320-25eb7-f12051cc8f0b55148c20dbf9bcf1dc5ab301df4e.gz --- Grid.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid.hs b/Grid.hs index b7fe41b..361b566 100644 --- a/Grid.hs +++ b/Grid.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.Grid -- cgit v1.2.3