aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-04 21:29:57 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-04 21:29:57 +0100
commit3d4300c14578958ff20c45eb9162ebfcd234f73f (patch)
treef8f14af547b955d5e28ba80da0c450bf4dae9f00 /XMonad
parent2596e73cc2c607738a1f3d43bb4e83ea7ef1c71c (diff)
downloadXMonadContrib-3d4300c14578958ff20c45eb9162ebfcd234f73f.tar.gz
XMonadContrib-3d4300c14578958ff20c45eb9162ebfcd234f73f.tar.xz
XMonadContrib-3d4300c14578958ff20c45eb9162ebfcd234f73f.zip
Move configs/droundy.hs to an actual library module
darcs-hash:20071104202957-a5988-61a18506058c7dfaa58eeea28241a97314d01f78.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Config/Droundy.hs (renamed from configs/droundy.hs)0
-rw-r--r--XMonadContrib.cabal8
2 files changed, 0 insertions, 8 deletions
diff --git a/configs/droundy.hs b/XMonad/Config/Droundy.hs
index deab5b9..deab5b9 100644
--- a/configs/droundy.hs
+++ b/XMonad/Config/Droundy.hs
diff --git a/XMonadContrib.cabal b/XMonadContrib.cabal
index 89a37c9..8b17120 100644
--- a/XMonadContrib.cabal
+++ b/XMonadContrib.cabal
@@ -88,11 +88,3 @@ exposed-modules: XMonad.Actions.Commands
XMonad.Util.Run
XMonad.Util.XSelection
XMonad.Util.XUtils
-
-
-executable: xmonad-droundy
-main-is: configs/droundy.hs
-ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
-ghc-prof-options: -prof -auto-all
-extensions: GeneralizedNewtypeDeriving
--- Also requires deriving Typeable, PatternGuards