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
|
module XMonadContrib.Decoration ( newDecoration ) where
|
||||||
|
|
||||||
import Data.Bits ( (.|.) )
|
import Data.Bits ( (.|.) )
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
{-# OPTIONS -fglasgow-exts #-}
|
||||||
module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where
|
module XMonadContrib.WorkspaceDir ( workspaceDir, changeDir ) where
|
||||||
|
|
||||||
-- to use:
|
-- to use:
|
||||||
|
Reference in New Issue
Block a user