-
Notifications
You must be signed in to change notification settings - Fork 8
/
xmonad-atif.cabal
47 lines (43 loc) · 1.18 KB
/
xmonad-atif.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: xmonad-atif
version: 0.16
synopsis: My xmonad configuration.
homepage: https://github.com/AtifChy/xmonad
author: Atif
maintainer: Atif
license: MIT
license-file: LICENSE
build-type: Simple
executable xmobar
main-is: xmobar.hs
other-modules:
Theme.Theme
Theme.Xresources
Paths_xmonad_atif
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -j -dynamic -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, xmobar
, xmonad-contrib >=0.16
default-language: Haskell2010
executable xmonad
main-is: xmonad.hs
other-modules:
Theme.Theme
Theme.Xresources
Paths_xmonad_atif
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -j -dynamic
build-depends:
X11 >=1.10
, base
, containers
, xmonad
, xmonad-contrib >=0.16
default-language: Haskell2010