mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
16 lines
512 B
Text
16 lines
512 B
Text
|
name: my-xmonad
|
||
|
version: 0.1.0.0
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
executable my-xmonad
|
||
|
main-is: ../xmonad.hs
|
||
|
-- other-modules lists custom modules in my ~/.xmonad/lib/ directory
|
||
|
other-modules:
|
||
|
build-depends: base
|
||
|
, xmonad >= 0.13
|
||
|
, xmonad-contrib >= 0.13
|
||
|
hs-source-dirs: lib
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
|