aboutsummaryrefslogtreecommitdiffstats
path: root/ResizableTile.hs
diff options
context:
space:
mode:
authornornagon <nornagon@gmail.com>2007-10-07 00:31:56 +0200
committernornagon <nornagon@gmail.com>2007-10-07 00:31:56 +0200
commitfc0d9e6f71518b069858fabd3963613fc80643aa (patch)
treea2f0945f09975949ea6239868e4b592be244c58d /ResizableTile.hs
parente2c5e75542ca1d341846c7dfd87e352e7d04a7cb (diff)
downloadXMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.tar.gz
XMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.tar.xz
XMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.zip
Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hs
darcs-hash:20071006223156-25eb7-7d3dfe1fbbd8f54ca3c756c0d9fbbf21eb4e56e6.gz
Diffstat (limited to '')
-rw-r--r--ResizableTile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResizableTile.hs b/ResizableTile.hs
index f4617d2..650e3fa 100644
--- a/ResizableTile.hs
+++ b/ResizableTile.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fglasgow-exts #-}
+{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.ResizableTile