aboutsummaryrefslogtreecommitdiffstats
path: root/Dishes.hs
diff options
context:
space:
mode:
authornornagon <nornagon@gmail.com>2007-10-07 00:21:55 +0200
committernornagon <nornagon@gmail.com>2007-10-07 00:21:55 +0200
commite3e7525e354faf1084bc7337d19b796cb88dfc04 (patch)
tree665facec089789d2fca361c604a6462b8502430a /Dishes.hs
parent403b58496eeb647aa9acb104e9ec56de11494325 (diff)
downloadXMonadContrib-e3e7525e354faf1084bc7337d19b796cb88dfc04.tar.gz
XMonadContrib-e3e7525e354faf1084bc7337d19b796cb88dfc04.tar.xz
XMonadContrib-e3e7525e354faf1084bc7337d19b796cb88dfc04.zip
Replace -fglasgow-exts with LANGUAGE pragma in Dishes.hs
darcs-hash:20071006222155-25eb7-5c66bb9a4f5026c7980fe1bddb1a195ee7ee8333.gz
Diffstat (limited to '')
-rw-r--r--Dishes.hs2
1 files changed, 1 insertions, 1 deletions
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