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-18 12:17:39 -04:00
|
|
|
, Notify
|
|
|
|
, Shell
|
2020-03-20 00:51:36 -04:00
|
|
|
, DBus.Common
|
2020-03-20 15:41:13 -04:00
|
|
|
, DBus.IntelBacklight
|
2020-03-20 20:10:15 -04:00
|
|
|
, DBus.Internal
|
|
|
|
, DBus.Screensaver
|
2020-03-21 01:18:38 -04:00
|
|
|
, Xmobar.Plugins.Bluetooth
|
2020-03-20 15:41:13 -04:00
|
|
|
, Xmobar.Plugins.IntelBacklight
|
2020-03-21 01:18:38 -04:00
|
|
|
, Xmobar.Plugins.Screensaver
|
2020-03-22 17:17:57 -04:00
|
|
|
, Xmobar.Plugins.VPN
|
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
|
2020-03-18 12:17:39 -04:00
|
|
|
, xmonad >= 0.13
|
2020-03-16 13:50:08 -04:00
|
|
|
, xmonad-contrib >= 0.13
|
2020-03-18 12:17:39 -04:00
|
|
|
, fdo-notify
|
2020-03-20 00:51:36 -04:00
|
|
|
, dbus >= 1.2.7
|
|
|
|
, text >= 1.2.3.1
|
2020-03-21 14:30:27 -04:00
|
|
|
, containers >= 0.6.0.1
|
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-16 19:34:13 -04:00
|
|
|
, containers >= 0.6.0.1
|
2020-03-20 00:51:36 -04:00
|
|
|
, dbus >= 1.2.7
|
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-20 00:51:36 -04:00
|
|
|
, dbus >= 1.2.7
|
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
|