summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-18 19:00:58 +0200
committerDavid Roundy <droundy@darcs.net>2007-10-18 19:00:58 +0200
commitcb73c6714004ffdd256b29f53f9c33b7e5388eb9 (patch)
tree46a155080d2fc52006b2f90860d98a91d6344f28 /xmonad.cabal
parent76661a5fd22f2c324a2e488f3efa813423a63bf6 (diff)
downloadmetatile-cb73c6714004ffdd256b29f53f9c33b7e5388eb9.tar
metatile-cb73c6714004ffdd256b29f53f9c33b7e5388eb9.zip
make xmonad work with inverted main/config.
darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index e6c818e..05eaed2 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -22,7 +22,7 @@ extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
Config.hs-boot util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
executable: xmonad
-main-is: config.hs
+main-is: Main.hs
other-modules: EventLoop Operations StackSet XMonad
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all