summarylogtreecommitdiffstats
path: root/stack.yaml
blob: 28558e8d41e1221cad515093ce7a49456fe85c11 (plain)
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
packages:
- '.'

extra-deps:
- ConfigFile-1.1.4
- broadcast-chan-0.2.1.1
- dbus-hslogger-0.1.0.1
# gtk-sni-tray for a clean tray
- gtk-sni-tray-0.1.6.0
# GTK3 for my-taffybar
- gtk3-0.15.5
# For gtk3
- cairo-0.13.8.1
- gio-0.13.8.1
- glib-0.13.8.1
- gtk2hs-buildtools-0.13.8.0
- pango-0.13.8.1

# From base taffybar
- gi-glib-2.0.24
- haskell-gi-0.24.5
- haskell-gi-base-0.24.4
# From manual "finding out the package and finding the most recent version"
- gi-cairo-connector-0.1.0
- gi-cairo-render-0.1.0
- gi-pango-1.0.23
- gi-gtk-hs-0.3.9
# Seeing that theoretically the `g_spec_param_uref` linking issue has been fixed,
# gi-gobject is fixed to the most recent version
# Source : https://github.com/haskell-gi/haskell-gi/issues/298 and 
#   https://github.com/haskell-gi/haskell-gi/issues/301
- gi-gobject-2.0.24
# From gi-pango
- gi-harfbuzz-0.0.3
- gi-dbusmenu-0.4.6
- gi-dbusmenugtk3-0.4.7
- gi-gdkx11-3.0.8
- gi-xlib-2.0.7
- gtk-strut-0.1.3.0
- rate-limit-1.4.1
- status-notifier-item-0.3.0.5
- time-units-1.0.0
- xml-helpers-1.0.0
- safe-0.3.19

resolver: lts-16.26
allow-newer: true
ghc-options:
  $everything: -split-sections -haddock
  $locals: -fwrite-ide-info -hiedir=.hie -fmax-relevant-binds=0