aboutsummaryrefslogtreecommitdiffstats
path: root/Grid.hs
diff options
context:
space:
mode:
authornornagon <nornagon@gmail.com>2007-10-07 00:23:20 +0200
committernornagon <nornagon@gmail.com>2007-10-07 00:23:20 +0200
commitf5584f16e3d2d31910e400e8e89dfb1a3980bf89 (patch)
treef69d8d2de22966edc5b1b92d1107f16e013fc43f /Grid.hs
parente3e7525e354faf1084bc7337d19b796cb88dfc04 (diff)
downloadXMonadContrib-f5584f16e3d2d31910e400e8e89dfb1a3980bf89.tar.gz
XMonadContrib-f5584f16e3d2d31910e400e8e89dfb1a3980bf89.tar.xz
XMonadContrib-f5584f16e3d2d31910e400e8e89dfb1a3980bf89.zip
Replace -fglasgow-exts with LANGUAGE pragma in Grid.hs
darcs-hash:20071006222320-25eb7-f12051cc8f0b55148c20dbf9bcf1dc5ab301df4e.gz
Diffstat (limited to 'Grid.hs')
-rw-r--r--Grid.hs2
1 files changed, 1 insertions, 1 deletions
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