diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-04 21:29:57 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-04 21:29:57 +0100 |
commit | 3d4300c14578958ff20c45eb9162ebfcd234f73f (patch) | |
tree | f8f14af547b955d5e28ba80da0c450bf4dae9f00 /XMonadContrib.cabal | |
parent | 2596e73cc2c607738a1f3d43bb4e83ea7ef1c71c (diff) | |
download | XMonadContrib-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-- | XMonadContrib.cabal | 8 |
1 files changed, 0 insertions, 8 deletions
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 |