summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
AgeCommit message (Collapse)Author
2018-02-01Version bumped: 0.250.25jao
2018-01-31Using external iwlibjao
2017-08-24Fix UVMeter due to changed URL and BOMRóman Joost
The URL which exports the real time UV data has changed to an HTTPS address. Since the HTTP package does not support HTTPS URLs, use http-conduit to retrieve the XML document. Unfortunately, the XML documents XML declaration precedes a byte order mark which the previous XML parser was unable to handle. We're simply ignoring the BOM in order to get to the UV values.
2017-07-30Guard monitor 'Weather' behind flag 'with_weather'michaellilanushoober
Hide the monitor 'Weather' behind a flag named 'with_weather'. This implies that the dependency on the module 'HTTP' is now optional. The default for 'with_weather' is True since we do not want to break backwards compatibility/user experience. Further moved the effect of the flag with_conduit within the branch of 'with_weather', since that flag only has some effect if 'with_weather' is true.
2017-07-30Remove UVMeter from global 'other-modules' listmichaellilanushoober
List the module UVMeter within the conditional branch of the flag 'with_uvmeter' instead of the global 'other-modules'.
2017-05-27Version set to 0.24.50.24.5jao
2017-05-02Version set 0.24.40.24.4jao
2017-04-29Preprocessor nitsjao
2017-04-29CPP for GHC 8.0jao
2017-04-29Trying to fix libmpd for GHC 7.8jao
2017-02-23Compiling with --with-rtsopts=-V0 to reduce wakeups (issue #89)jao
2016-11-30When xpm flag is disabled don't use XPMFile in preprocessorSergei Trofimovich
Otherwise build fails on preprocessor stage as: Building xmobar-0.24.3... Preprocessing executable 'xmobar' for xmobar-0.24.3... XPMFile.hsc:29:21: fatal error: X11/xpm.h: No such file or directory compilation terminated. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/601262 Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2016-09-05Release 0.24.30.24.3jao
2016-08-08version 0.24.20.24.2jao
2016-07-28Version 0.24.1jao
2016-07-27Better ghc-prof-options: no options at all0.24jao
2016-07-27Better ghc-prof-options: no -auto-alljao
2016-07-27Add expandEnv function and use it in PipeReader family of monitorsWill Song
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores.
2016-07-26News update and version bumpjao
2016-01-06alsa plugin dep updated to 0.2.0.3jao
2015-08-25define flag 'with_conduit'Dragos Boca
2015-08-18add dependencies to http-conduit and http-types for weather pluginDragos Boca
2015-05-01uvmeter: new plugin showing UV data (Australia)Roman Joost
This patch adds a new optional plugin showing UV data for Australian users. The data is aquired by simple HTTP request from the Australian Radiation Protection and Nuclear Safety Agencies XML data feed. The uvmeter plugin can be configured ovserving multiple different station across the country. The alias now defaults to 'uv <stationid>'.
2015-04-14Docs and version bump0.23.1jao
2015-03-10xmobar.cabal: allow utf8-string-1.0Sergei Trofimovich
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2015-03-09Revert "Fix for GHC 7.8.4 (issue #213)"jao
This reverts commit 1668793e69b7e7c78b7c5b4fd05a256c8ea9f0b1.
2015-03-08Fix for GHC 7.8.4 (issue #213)jao
2014-12-30Merge branch 'transparency' of https://github.com/ezyang/xmobarjao
Conflicts: src/Config.hs src/Main.hs src/Parsers.hs src/XUtil.hsc src/Xmobar.hs
2014-12-26Version updated to 0.23jao
2014-10-28HTTP dependency updated to 4000.2.4 (should close #200)jao
2014-10-11Updates for 0.22.10.22.1jao
2014-10-11Compatibility with mtl 2.1jao
Thanks to Apollon Oikonomopoulos!!
2014-10-09Preparing 0.220.22jao
2014-09-28Upgrade to libmpd 0.9jao
2014-09-05mtl 2.2.1jao
2014-09-04Missing XPMFile module added to xmobar.cabaljao
2014-09-03Add .xpm support for <icon> via libXpm.Alexander Shabalin
* Adds a new flag with_xpm to enable compilation with xpm support * Adds a module XPMFile only exporting readXPMFile which almost mirrors Graphics.X11.Xlib.Misc.readBitmapFile * During loadBitmap a file is first tried with readBitmapFile and if it fails with readXPMFile
2014-08-09MarqueePipeReader added to cabal filejao
2014-05-29A simple CatInt monitorNathaniel Wesley Filardo
2014-05-16Accepting mtl 2.2 (closes #167)Jose Antonio Ortega Ruiz
2014-04-24cabal file updates for 0.21Jose Antonio Ortega Ruiz
2014-03-13Back to picking first screen by default (#158)0.20.1Jose Antonio Ortega Ruiz
2014-03-07src/Plugins/Monitors/Volume.hs: port to alsa-mixer-0.2Sergei Trofimovich
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2014-02-05Find out whether the weather monitor is likely to blockBen Boeckel
Uses the HTTP module to do the work rather than curl.
2014-02-05Version bumpJose Antonio Ortega Ruiz
2013-08-13Version bumpJose Antonio Ortega Ruiz
2013-07-12Back to regex-compat with a simpler POSIX regexpJose Antonio Ortega Ruiz
2013-07-12Apparently, GHC 7.4.2 needs an explicit dependency on arrayJose Antonio Ortega Ruiz
2013-07-12Not posix, pcreJose Antonio Ortega Ruiz
2013-07-10Added regex-posix to dependenciesJose Antonio Ortega Ruiz