aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-12 19:03:49 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-12 19:03:49 +0200
commit2f05ed2f7967d81d65cf61bc06f1db652d10b1ef (patch)
tree8eee23f3eb9f86a029401cdb81e85a07877ef71a
parent1af7582b30d70ded97db92a69673849372c98fb9 (diff)
downloadXMonadContrib-2f05ed2f7967d81d65cf61bc06f1db652d10b1ef.tar.gz
XMonadContrib-2f05ed2f7967d81d65cf61bc06f1db652d10b1ef.tar.xz
XMonadContrib-2f05ed2f7967d81d65cf61bc06f1db652d10b1ef.zip
add -fglasgow-exts to some modules that use it.
darcs-hash:20070612170349-72aca-46faff8894bfdde04de59d2811cb3093f1a1da4a.gz
-rw-r--r--Decoration.hs1
-rw-r--r--GreedyView.hs1
-rw-r--r--Mosaic.hs1
-rw-r--r--WorkspaceDir.hs1
4 files changed, 4 insertions, 0 deletions
diff --git a/Decoration.hs b/Decoration.hs
index cbbe863..7ad124c 100644
--- a/Decoration.hs
+++ b/Decoration.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.Decoration ( newDecoration ) where
import Data.Bits ( (.|.) )
diff --git a/GreedyView.hs b/GreedyView.hs
index ea6f305..4904fba 100644
--- a/GreedyView.hs
+++ b/GreedyView.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -fglasgow-exts #-}
-- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu>
--
-- greedyView is an alternative to standard workspace switching. When a
diff --git a/Mosaic.hs b/Mosaic.hs
index 7c4ad63..c3f6f1a 100644
--- a/Mosaic.hs
+++ b/Mosaic.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow, myclearWindow,
tallWindow, wideWindow, flexibleWindow,
getName, withNamedWindow ) where
diff --git a/WorkspaceDir.hs b/WorkspaceDir.hs
index 94a07e4..4b04ff0 100644
--- a/WorkspaceDir.hs
+++ b/WorkspaceDir.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where
-- to use: