aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-14 19:27:16 +0100
committerDon Stewart <dons@galois.com>2007-11-14 19:27:16 +0100
commit3e004c546424192a2596144cb8d0cfcdeec8da2a (patch)
tree87da8f13652052754da3ef1f9813dec1f2d85047 /xmonad.cabal
parent79042fd8043db36d92da94ba3fd1afc5d6c87fb1 (diff)
downloadxmonad-3e004c546424192a2596144cb8d0cfcdeec8da2a.tar.gz
xmonad-3e004c546424192a2596144cb8d0cfcdeec8da2a.tar.xz
xmonad-3e004c546424192a2596144cb8d0cfcdeec8da2a.zip
polish .cabal file. add xmonad@ as the default maintainer
darcs-hash:20071114182716-cba2c-189e3c2d9309608c0a02549fcaf18b235a5dd046.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index b33032f..6a0d8dd 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -16,7 +16,7 @@ category: System
license: BSD3
license-file: LICENSE
author: Spencer Janssen
-maintainer: sjanssen@cse.unl.edu
+maintainer: xmonad@haskell.org
extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
cabal-version: >= 1.2
@@ -33,20 +33,20 @@ library
XMonad.ManageHook
XMonad.Operations
XMonad.StackSet
- ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
- ghc-prof-options: -prof -auto-all
if flag(small_base)
build-depends: base >= 3, containers, directory, process
else
build-depends: base < 3
-
build-depends: X11==1.3.0.20071111, mtl, unix
-
+ ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
+ ghc-prof-options: -prof -auto-all
executable xmonad
main-is: Main.hs
- other-modules: XMonad.Core XMonad.Main XMonad.Layouts XMonad.Operations XMonad.StackSet XMonad
+ other-modules: XMonad.Core XMonad.Main XMonad.Layouts
+ XMonad.Operations XMonad.StackSet XMonad
+
ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all