mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
move library part to src/
This commit is contained in:
parent
3073826dfc
commit
d10abdcdd0
23
xmonad.cabal
23
xmonad.cabal
@ -20,7 +20,7 @@ maintainer: xmonad@haskell.org
|
|||||||
extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs
|
extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs
|
||||||
man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html
|
man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html
|
||||||
util/GenerateManpage.hs
|
util/GenerateManpage.hs
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.8
|
||||||
bug-reports: http://code.google.com/p/xmonad/issues/list
|
bug-reports: http://code.google.com/p/xmonad/issues/list
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ flag testing
|
|||||||
default: False
|
default: False
|
||||||
|
|
||||||
library
|
library
|
||||||
|
hs-source-dirs: src
|
||||||
exposed-modules: XMonad
|
exposed-modules: XMonad
|
||||||
XMonad.Main
|
XMonad.Main
|
||||||
XMonad.Core
|
XMonad.Core
|
||||||
@ -74,19 +75,13 @@ library
|
|||||||
buildable: False
|
buildable: False
|
||||||
|
|
||||||
executable xmonad
|
executable xmonad
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: XMonad
|
build-depends: base,
|
||||||
XMonad.Main
|
X11,
|
||||||
XMonad.Core
|
unix,
|
||||||
XMonad.Config
|
mtl,
|
||||||
XMonad.Layout
|
xmonad
|
||||||
XMonad.ManageHook
|
ghc-options: -Wall
|
||||||
XMonad.Operations
|
|
||||||
XMonad.StackSet
|
|
||||||
|
|
||||||
if true
|
|
||||||
ghc-options: -funbox-strict-fields -Wall
|
|
||||||
|
|
||||||
if impl(ghc >= 6.12.1)
|
if impl(ghc >= 6.12.1)
|
||||||
ghc-options: -fno-warn-unused-do-bind
|
ghc-options: -fno-warn-unused-do-bind
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user