-
Notifications
You must be signed in to change notification settings - Fork 2
/
EwwNotificationDaemon.cabal
58 lines (52 loc) · 1.23 KB
/
EwwNotificationDaemon.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
cabal-version: 3.0
name: EwwNotificationDaemon
version: 2.0.0
synopsis: Linux Notification Daemon using Eww Widgets
homepage:
license: MIT
license-file: LICENSE
author: lucalabs-de
maintainer: [email protected]
category: System
extra-source-files: CHANGELOG.md
executable end
main-is: Main.hs
-- Modules included in this executable, other than Main.
other-modules:
Daemon,
State,
Config,
Util.Builders,
Util.Helpers,
Util.DbusNotify,
Util.Constants,
Util.CliParsers,
Util.ImageConversion,
Paths_EwwNotificationDaemon
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends:
array,
base,
dbus,
text,
process,
mtl,
transformers,
containers,
aeson,
vector,
extensible-exceptions,
bytestring,
atomic-modify,
network,
optparse-applicative,
toml-parser,
directory,
filepath,
temporary,
time,
JuicyPixels
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -Wall -Wno-name-shadowing