mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-14 19:45:44 -07:00
polish .cabal file. add xmonad@ as the default maintainer
This commit is contained in:
12
xmonad.cabal
12
xmonad.cabal
@@ -16,7 +16,7 @@ category: System
|
|||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Spencer Janssen
|
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
|
extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
|
||||||
util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
|
util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
|
||||||
cabal-version: >= 1.2
|
cabal-version: >= 1.2
|
||||||
@@ -33,20 +33,20 @@ library
|
|||||||
XMonad.ManageHook
|
XMonad.ManageHook
|
||||||
XMonad.Operations
|
XMonad.Operations
|
||||||
XMonad.StackSet
|
XMonad.StackSet
|
||||||
ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
|
|
||||||
ghc-prof-options: -prof -auto-all
|
|
||||||
|
|
||||||
if flag(small_base)
|
if flag(small_base)
|
||||||
build-depends: base >= 3, containers, directory, process
|
build-depends: base >= 3, containers, directory, process
|
||||||
else
|
else
|
||||||
build-depends: base < 3
|
build-depends: base < 3
|
||||||
|
|
||||||
build-depends: X11==1.3.0.20071111, mtl, unix
|
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
|
executable xmonad
|
||||||
main-is: Main.hs
|
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-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
|
||||||
ghc-prof-options: -prof -auto-all
|
ghc-prof-options: -prof -auto-all
|
||||||
|
Reference in New Issue
Block a user