mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
forgot importing <$>
This commit is contained in:
@@ -35,6 +35,7 @@ module XMonad.Util.ExclusiveScratchpads (
|
||||
customFloating
|
||||
) where
|
||||
|
||||
import Control.Applicative ((<$>))
|
||||
import Control.Monad (filterM,unless,void,(<=<))
|
||||
import Data.Monoid (appEndo)
|
||||
import XMonad hiding (hide)
|
||||
|
Reference in New Issue
Block a user