haskell-xmobar: drop obsolete override for ghc-8.6.x

This commit is contained in:
Peter Simons 2018-10-31 12:01:17 +01:00
parent b376d55e52
commit 1bc42cb193

View File

@ -117,7 +117,4 @@ self: super: {
# Break out of "yaml >=0.10.4.0 && <0.11".
stack = doJailbreak super.stack;
# https://github.com/vimus/libmpd-haskell/issues/109
xmobar = disableCabalFlag (super.xmobar.override { libmpd = null; }) "with_mpd";
}