[taffybar] Move to ghc 8.6

This commit is contained in:
Ivan Malison 2018-12-10 00:26:09 -08:00
parent 66e46b0d7c
commit 8bde93d24a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 22 additions and 10 deletions

View File

@ -12,6 +12,12 @@ packages:
extra-dep: true extra-dep: true
- location: ../xmonad/xmonad - location: ../xmonad/xmonad
extra-dep: true extra-dep: true
- location:
git: git@github.com:gtk2hs/gtk2hs.git
commit: 7bccd432e2f962d80b2b804fa2a59712e402753c
subdirs:
- tools
extra-dep: true
# - location: ../../../../Projects/status-notifier-item # - location: ../../../../Projects/status-notifier-item
# extra-dep: true # extra-dep: true
# - location: ../../../../Projects/gtk-sni-tray # - location: ../../../../Projects/gtk-sni-tray
@ -22,8 +28,10 @@ packages:
extra-dep: true extra-dep: true
extra-deps: extra-deps:
- ConfigFile-1.1.4 - ConfigFile-1.1.4
- X11-xft-0.3.1
- X11-1.8 - X11-1.8
- X11-xft-0.3.1
- cairo-0.13.5.0
- containers-0.5.11.0
- dbus-1.0.1 - dbus-1.0.1
- dbus-hslogger-0.1.0.1 - dbus-hslogger-0.1.0.1
- gi-dbusmenu-0.4.1 - gi-dbusmenu-0.4.1
@ -33,22 +41,25 @@ extra-deps:
- gi-gdkx11-3.0.2 - gi-gdkx11-3.0.2
- gi-gio-2.0.16 - gi-gio-2.0.16
- gi-glib-2.0.17 - gi-glib-2.0.17
- gi-gtk-3.0.21 - gi-gtk-3.0.26
- gi-gtk-hs-0.3.6.1 - gi-gtk-hs-0.3.6.3
- gi-pango-1.0.16 - gi-pango-1.0.16
- gi-xlib-2.0.2 - gi-xlib-2.0.2
- gio-0.13.4.1 - gio-0.13.4.1
- glib-0.13.6.0
- gtk-sni-tray-0.1.5.0 - gtk-sni-tray-0.1.5.0
- gtk-strut-0.1.2.1 - gtk-strut-0.1.3.0
- haskell-gi-0.21.2 - haskell-gi-0.21.2
- haskell-gi-base-0.21.1 - haskell-gi-base-0.21.2
- libxml-sax-0.7.5 - libxml-sax-0.7.5
- rate-limit-1.4.0 - rate-limit-1.4.1
- spool-0.1 - spool-0.1
- status-notifier-item-0.3.0.0 - status-notifier-item-0.3.0.0
- stm-2.5.0.0
- time-units-1.0.0 - time-units-1.0.0
- xml-helpers-1.0.0 - xml-helpers-1.0.0
resolver: lts-12.0 resolver: nightly-2018-12-07
allow-newer: true
nix: nix:
packages: packages:
- cairo - cairo

@ -1 +1 @@
Subproject commit bb275b4fcbd02207b81c2e8265bfe4f5edafc387 Subproject commit 307c17bc9cac041c8a3dffc00e89139d2ada7fbd

View File

@ -24,12 +24,13 @@
} }
.inner-pad { .inner-pad {
padding: 0px; padding: 3px;
} }
.contents { .contents {
padding: 7px; padding: 3px;
transition: background-color .5s; transition: background-color .5s;
border-radius: 6px;
} }
/* Workspaces styling */ /* Workspaces styling */