mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
scripts/xmonadctl: Fix build
Fixes: bd5b969d9ba2 ("Apply hlint hints")
This commit is contained in:
parent
e0c7e35b3d
commit
6ab136eb56
@ -6,11 +6,12 @@
|
|||||||
-- Compile with @ghc --make xmonadctl.hs@
|
-- Compile with @ghc --make xmonadctl.hs@
|
||||||
-- For usage help, do @xmonadctl -h@
|
-- For usage help, do @xmonadctl -h@
|
||||||
|
|
||||||
|
import Control.Monad
|
||||||
|
import Data.Char
|
||||||
import Graphics.X11.Xlib
|
import Graphics.X11.Xlib
|
||||||
import Graphics.X11.Xlib.Extras
|
import Graphics.X11.Xlib.Extras
|
||||||
import System.Environment
|
import System.Environment
|
||||||
import System.IO
|
import System.IO
|
||||||
import Data.Char
|
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = parse True "XMONAD_COMMAND" =<< getArgs
|
main = parse True "XMONAD_COMMAND" =<< getArgs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user