2020-05-12 12:53:22 +00:00
|
|
|
cabal-version: >=1.10
|
|
|
|
name: my-xmonad
|
|
|
|
version: 0.1.0.0
|
|
|
|
build-type: Simple
|
2020-03-22 18:05:29 +00:00
|
|
|
|
|
|
|
executable my-xmonad
|
2020-05-12 12:53:22 +00:00
|
|
|
main-is: ../xmonad.hs
|
|
|
|
hs-source-dirs: lib
|
|
|
|
other-modules:
|
|
|
|
Config
|
|
|
|
Rofi
|
2020-05-18 10:08:22 +00:00
|
|
|
DescribedSubmap
|
2020-05-26 17:39:12 +00:00
|
|
|
TiledDragging
|
2020-05-12 12:53:22 +00:00
|
|
|
|
|
|
|
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
|