mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
add -fglasgow-exts to some modules that use it.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{-# OPTIONS -fglasgow-exts #-}
|
||||
module XMonadContrib.Decoration ( newDecoration ) where
|
||||
|
||||
import Data.Bits ( (.|.) )
|
||||
|
@@ -1,3 +1,4 @@
|
||||
{-# OPTIONS -fglasgow-exts #-}
|
||||
-- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu>
|
||||
--
|
||||
-- greedyView is an alternative to standard workspace switching. When a
|
||||
|
@@ -1,3 +1,4 @@
|
||||
{-# OPTIONS -fglasgow-exts #-}
|
||||
module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow, myclearWindow,
|
||||
tallWindow, wideWindow, flexibleWindow,
|
||||
getName, withNamedWindow ) where
|
||||
|
@@ -1,3 +1,4 @@
|
||||
{-# OPTIONS -fglasgow-exts #-}
|
||||
module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where
|
||||
|
||||
-- to use:
|
||||
|
Reference in New Issue
Block a user