[arch-haskell] Detecting out-of-date packages
Magnus Therning
magnus at therning.org
Tue Jun 14 08:03:28 CEST 2011
On Mon, Jun 13, 2011 at 04:06:31PM -0700, Leif Warner wrote:
> Was wondering if we should make a tool or if we already have one to see
> which packages we maintain have updates available.
> One thing that could be done would be monitoring the .rss feed version of
> this page:
> http://hackage.haskell.org/packages/archive/recent.html
>
> The "title" of each "item" in that .xml looks like "hlint 1.8.10" which can
> be split on the space to give package name and version. That could flag
> certain packages we support as having upgrades available. Those of course
> would want to be checked against something like
> http://packdeps.haskellers.com/ and/or
> http://bifunctor.homelinux.net/~roel/hackage/packages/archive/pkg-list.html to
> make sure the updates won't break things.
>
> -Leif Warner
I've written a tool to do exactly this:
http://hackage.haskell.org/package/cblrepo
I've written a bit about it too:
http://therning.org/magnus/archives/897
http://therning.org/magnus/archives/914
http://therning.org/magnus/archives/928
/M
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: magnus at therning.org jabber: magnus at therning.org
twitter: magthe http://therning.org/magnus
I invented the term Object-Oriented, and I can tell you I did not have
C++ in mind.
-- Alan Kay
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20110614/c22fc257/attachment.pgp>
More information about the arch-haskell
mailing list