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
|
name: gkleen-sif-taffybar
version: 0.0.0
build-type: Simple
cabal-version: >=1.10
data-files: taffybar.css
executable taffybar
hs-source-dirs: src
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall
build-depends: base
, containers
, directory
, filepath
, gtk3
, taffybar
, X11>=1.8
, transformers
, gi-gtk
, time, time-locale-compat
, text
, HStringTemplate
, gtk-sni-tray
other-modules: Paths_gkleen_sif_taffybar
, System.Taffybar.Widget.Clock
, System.Taffybar.Widget.TooltipBattery
default-language: Haskell2010
default-extensions: ScopedTypeVariables
, LambdaCase
, NamedFieldPuns
|