From c8d883af2333b4f5d9b0d4f170bb1c63df0dea45 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 17 Jun 2007 07:23:22 +0200 Subject: -Wall police, and turn on -fno-warn-orphans darcs-hash:20070617052322-9c5c1-9cd715825d376163cbf341993bc0f132e50ef3b6.gz --- StackSet.hs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'StackSet.hs') diff --git a/StackSet.hs b/StackSet.hs index 8f5311a..614e95d 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -15,7 +15,7 @@ module StackSet ( StackSet(..), Workspace(..), Screen(..), StackOrNot, Stack(..), RationalRect(..), -- * Construction -- $construction - new, view, + new, view, -- * Xinerama operations -- $xinerama lookupWorkspace, @@ -105,11 +105,6 @@ import qualified Data.Map as M (Map,insert,delete,empty) -- 'delete'. -- -import Prelude hiding (filter) -import Data.Maybe (listToMaybe) -import qualified Data.List as L (delete,find,genericSplitAt,filter) -import qualified Data.Map as M (Map,insert,delete,empty) - -- | -- API changes from xmonad 0.1: -- StackSet constructor arguments changed. StackSet workspace window screen -- cgit v1.2.3