On Wed, Jan 11, 2012 at 11:54:42AM +0100, David Coppa wrote:
> Update to xmobar-0.14.
>
> Fix comment into files/Batt.hs.
>
> Adjust WANTLIB.
>
> Add curl to runtime dependencies, since it's used by the weather
> plugin:
>
> $ grep -r curl *
> README:- Requires `curl` in the `$PATH` to retrieve weather information from
> src/Plugins/Monitors/Weather.hs: do (i,o,e,p) <- runInteractiveCommand
> ("curl " ++ defUrl ++ url ++ ".TXT")
Couldn't this be patched to use /usr/bin/ftp -o - instead?
> Tested on amd64. Ok?
Looks fine. If it works for you, go ahead (but if possible check
wether it works with our ftp instead of curl first).
Ciao,
Kili