add -fglasgow-exts to some modules that use it.

This commit is contained in:
David Roundy
2007-06-12 17:03:49 +00:00
parent 10fd36db47
commit 1fdb6700d5
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.Decoration ( newDecoration ) where module XMonadContrib.Decoration ( newDecoration ) where
import Data.Bits ( (.|.) ) import Data.Bits ( (.|.) )

View File

@@ -1,3 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
-- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu> -- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu>
-- --
-- greedyView is an alternative to standard workspace switching. When a -- greedyView is an alternative to standard workspace switching. When a

View File

@@ -1,3 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow, myclearWindow, module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow, myclearWindow,
tallWindow, wideWindow, flexibleWindow, tallWindow, wideWindow, flexibleWindow,
getName, withNamedWindow ) where getName, withNamedWindow ) where

View File

@@ -1,3 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where
-- to use: -- to use: