2019-10-27 23:41:53 -04:00
|
|
|
name: my-xmonad
|
|
|
|
version: 0.1.0.0
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.10
|
2020-03-13 20:50:13 -04:00
|
|
|
|
|
|
|
library
|
|
|
|
hs-source-dirs: lib
|
|
|
|
exposed-modules: SendXMsg
|
|
|
|
, ACPI
|
2020-03-16 13:50:08 -04:00
|
|
|
, Theme
|
2020-03-15 15:10:25 -04:00
|
|
|
, Xmobar.Screensaver
|
2020-03-13 20:50:13 -04:00
|
|
|
build-depends: base
|
|
|
|
, X11 >= 1.9.1
|
2020-03-16 13:50:08 -04:00
|
|
|
, colour >= 2.3.5
|
|
|
|
, xmonad-contrib >= 0.13
|
2020-03-15 15:10:25 -04:00
|
|
|
, xmobar
|
2020-03-15 13:13:39 -04:00
|
|
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures
|
|
|
|
default-language: Haskell2010
|
2019-10-27 23:41:53 -04:00
|
|
|
|
2020-03-05 21:22:26 -05:00
|
|
|
executable xmonad
|
2020-03-15 15:50:07 -04:00
|
|
|
main-is: bin/xmonad.hs
|
2020-03-13 20:50:13 -04:00
|
|
|
build-depends: base
|
|
|
|
, xmonad >= 0.13
|
|
|
|
, xmonad-contrib >= 0.13
|
|
|
|
, xmonad-extras >= 0.15.2
|
|
|
|
, X11 >= 1.9.1
|
2020-03-15 01:49:39 -04:00
|
|
|
, unix >= 2.7.2.2
|
|
|
|
, process >= 1.6.5.0
|
2020-03-15 16:25:50 -04:00
|
|
|
, directory >= 1.3.3.0
|
2020-03-13 20:50:13 -04:00
|
|
|
, my-xmonad
|
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
|
2020-03-05 21:22:26 -05:00
|
|
|
|
2020-03-15 13:12:01 -04:00
|
|
|
executable xmobar
|
|
|
|
main-is: bin/xmobar.hs
|
|
|
|
build-depends: base
|
2020-03-15 13:45:53 -04:00
|
|
|
, xmonad >= 0.13
|
2020-03-15 13:12:01 -04:00
|
|
|
, xmobar
|
2020-03-15 15:10:25 -04:00
|
|
|
, my-xmonad
|
2020-03-15 13:12:01 -04:00
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
|
|
|
|
|
2020-03-05 21:22:26 -05:00
|
|
|
executable xit-event
|
2020-03-13 20:50:13 -04:00
|
|
|
main-is: bin/xit-event.hs
|
|
|
|
build-depends: base
|
|
|
|
, X11 >= 1.9.1
|
|
|
|
, my-xmonad
|
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
|
|
|
|
|
|
|
|
executable powermon
|
|
|
|
main-is: bin/powermon.hs
|
|
|
|
build-depends: base
|
|
|
|
, tcp-streams >= 1.0.1.1
|
|
|
|
, io-streams >= 1.5.1.0
|
|
|
|
, bytestring >= 0.10.8.2
|
|
|
|
, my-xmonad
|
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
|