FS#62824 - Add with_weather feature flag to xmobar

Attached to Project: Community Packages
Opened by Kurnevsky Evgeny (kurnevsky) - Thursday, 06 June 2019, 06:42 GMT
Last edited by Levente Polyak (anthraxx) - Thursday, 09 January 2020, 23:22 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:

The version 0.29.4 of xmobar was shipped with weather plugin (it was enabled by default). But for 0.29.5 it requires additional dependenceis http-conduit, http-types (see https://github.com/jaor/xmobar/commit/132c4c459763c81ddf60aeedf5b87b619bb5f1ce). And regardless of that fact that it's still default (https://github.com/jaor/xmobar/blob/7aeb01c7dc010bd621d22bf342c599b4df9a1392/xmobar.cabal#L88) it's not enabled due to these missing dependencies. Can they be added to xmobar (they are present in the community repo)?

Suggested patch:

18c18,19
< 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-extensible-exceptions')
---
> 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-extensible-exceptions'
> 'haskell-http-conduit' 'haskell-http-types')
This task depends upon

Closed by  Levente Polyak (anthraxx)
Thursday, 09 January 2020, 23:22 GMT
Reason for closing:  Implemented
Additional comments about closing:  xmobar 0.32-1
Comment by Kurnevsky Evgeny (kurnevsky) - Thursday, 06 June 2019, 08:30 GMT
Also it might be wise to add with_weather flag itself to the flags list if it becomes not default one day.

Loading...