-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbar.cabal
More file actions
54 lines (49 loc) · 1.37 KB
/
bar.cabal
File metadata and controls
54 lines (49 loc) · 1.37 KB
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
cabal-version: >=1.10
name: bar
version: 0.2.0.0
license: BSD3
license-file: LICENSE
maintainer: Ivan.Volosyuk@gmail.com
author: Ivan Volosyuk
homepage: https://github.com/ivanvolosyuk/bar
synopsis: IceWM like bar for XMonad
description:
IcwWM like bar for XMonad with build in support for
some system graphs like CPU top, memory usage, network
and battery. For configuration options change Main.hs
category: System
build-type: Simple
extra-source-files: ChangeLog.md
-- library-profiling: True
executable bar
main-is: Main.hs
hs-source-dirs: src
other-modules:
DzenParse
Icon
Timer
Top
Utils
default-language: Haskell2010
other-extensions: Arrows DeriveGeneric DeriveAnyClass LambdaCase
ghc-options:
-fexcess-precision -rtsopts -threaded
-O2 -funfolding-use-threshold=16 -optc-O3
-- -g -prof -fprof-auto -fprof-cafs
-- -O0 -g
build-depends:
base >=4.9,
containers >=0.5,
X11 >=1.8,
bytestring >=0.10,
unix >=2.3,
extra,
ghc-heap,
time >=1.6,
deepseq >=1.4,
monad-loops,
parsec >=3.1,
directory >=1.3,
X11-xft >=0.3,
process >=1.4,
tz >=0.1.3