mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 19:32:24 +00:00
27 lines
619 B
Text
27 lines
619 B
Text
|
cabal-version: >=1.10
|
||
|
name: my-xmonad
|
||
|
version: 0.1.0.0
|
||
|
build-type: Simple
|
||
|
|
||
|
executable my-xmonad
|
||
|
main-is: ../xmonad.hs
|
||
|
hs-source-dirs: lib
|
||
|
other-modules:
|
||
|
Config
|
||
|
Rofi
|
||
|
DescribedSubmap
|
||
|
TiledDragging
|
||
|
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall -threaded -fno-warn-missing-signatures
|
||
|
build-depends:
|
||
|
base -any,
|
||
|
xmonad >=0.13,
|
||
|
xmonad-contrib >=0.13,
|
||
|
dbus >=1.2.12,
|
||
|
iwlib >=0.1.0,
|
||
|
netlink >=1.1.1.0,
|
||
|
containers >=0.6.2.1,
|
||
|
utf8-string >=1.0.1.1,
|
||
|
text >=1.2.4.0
|