mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-27 10:11:53 -07:00
Only export main from Main
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -14,7 +14,7 @@
|
|||||||
--
|
--
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
module Main where
|
module Main (main) where
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Useful imports
|
-- Useful imports
|
||||||
|
Reference in New Issue
Block a user