xmonad-config/my-xmonad.cabal

73 lines
2.4 KiB
Plaintext
Raw Normal View History

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-25 12:24:40 -04:00
, WorkspaceMon
2020-03-20 00:51:36 -04:00
, DBus.Common
, DBus.IntelBacklight
, DBus.Internal
, DBus.Screensaver
2020-03-21 01:18:38 -04:00
, Xmobar.Plugins.Bluetooth
, 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-25 12:24:40 -04:00
build-depends: X11 >= 1.9.1
, base
, bytestring >= 0.10.8.2
2020-03-16 13:50:08 -04:00
, colour >= 2.3.5
2020-03-21 14:30:27 -04:00
, containers >= 0.6.0.1
2020-03-25 12:24:40 -04:00
, dbus >= 1.2.7
, fdo-notify
2020-03-22 23:20:10 -04:00
, io-streams >= 1.5.1.0
2020-03-25 12:24:40 -04:00
, mtl >= 2.2.2
, tcp-streams >= 1.0.1.1
, text >= 1.2.3.1
, directory >= 1.3.3.0
, process >= 1.6.5.0
2020-03-15 15:10:25 -04:00
, xmobar
2020-03-25 12:24:40 -04:00
, xmonad >= 0.13
, xmonad-contrib >= 0.13
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
executable xmonad
main-is: bin/xmonad.hs
2020-03-25 12:24:40 -04:00
build-depends: X11 >= 1.9.1
, base
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-25 12:24:40 -04:00
, directory >= 1.3.3.0
2020-03-13 20:50:13 -04:00
, my-xmonad
2020-03-25 12:24:40 -04:00
, process >= 1.6.5.0
, unix >= 2.7.2.2
, xmonad >= 0.13
, xmonad-contrib >= 0.13
, xmonad-extras >= 0.15.2
2020-03-13 20:50:13 -04:00
default-language: Haskell2010
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
2020-03-15 13:12:01 -04:00
executable xmobar
main-is: bin/xmobar.hs
build-depends: base
2020-03-20 00:51:36 -04:00
, dbus >= 1.2.7
2020-03-15 15:10:25 -04:00
, my-xmonad
2020-03-25 12:24:40 -04:00
, xmobar
, xmonad >= 0.13
2020-03-15 13:12:01 -04:00
default-language: Haskell2010
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded
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
2020-03-22 23:20:10 -04:00
ghc-options: -Wall -Werror -fno-warn-missing-signatures -threaded