-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmonad-samdoshi.cabal
61 lines (58 loc) · 1.9 KB
/
xmonad-samdoshi.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: xmonad-samdoshi
version: 0.1.0.0
homepage: https://github.com/samdoshi/.xmonad
author: Sam Doshi
copyright: 2016 Sam Doshi
category: System
build-type: Simple
cabal-version: >=1.10
executable xmonad
hs-source-dirs: src
-- don't use -threaded
ghc-options: -Wall -O2
main-is: xmonad.hs
default-language: Haskell2010
other-modules: Config
, Flip
, GridHelpers
, GridSelectConfig
, Keys
, Layouts
, Machines
, OneBig
, PolybarConfig
, ProgramHelper
, PromptConfig
, Theme
, Tile
, Workspaces
build-depends: base >= 4.9 && < 5
, containers
, data-default
, dbus
, directory
, filepath
, hostname
, mtl
, optparse-applicative
, process
, utf8-string
, X11
, xmonad
, xmonad-contrib
executable xmonad-polybar-log
hs-source-dirs: polybar
ghc-options: -Wall -O2 -threaded
main-is: xmonad-polybar-log.hs
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, dbus
, optparse-generic
executable polybar-world-time
hs-source-dirs: polybar
ghc-options: -Wall -O2 -threaded
main-is: polybar-world-time.hs
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, time
, tz