[Haskell-cafe] Opt-in upper-bounds notification service?

Omari Norman omari at smileystation.com
Tue Mar 31 17:09:47 UTC 2015


There is this

http://packdeps.haskellers.com/

though I don't think it sends mails.  That page also links to a Hackage
package for this sort of thing.  I use the "packdeps" program in my CI
script; it fails the build if my dependencies are out of date.  You could
probably hack up a cron job or something that could use packdeps to check
your package daily.


On Tue, Mar 31, 2015 at 1:03 PM, Joachim Breitner <mail at joachim-breitner.de>
wrote:

> Hi,
>
> I don’t always have a complete oversight of what our ecosystem
> provides... do we already have a way to (opt-in) get a mail when a
> dependency of one of my packages was uploaded in a version that is
> beyond the upper-bound specified by my packages?
>
> Currently I get pinged by Michael Snoyberg when that happens, e.g. in
> https://github.com/fpco/stackage/issues/514, but that’s always a short
> while after the problem, and I’d like to fix this before anyone manually
> notices.
>
> If someone would hack up such as service, I’d be happy to use it.
>
> Greetings,
> Joachim
>
> --
> Joachim “nomeata” Breitner
>   mail at joachim-breitner.dehttp://www.joachim-breitner.de/
>   Jabber: nomeata at joachim-breitner.de  • GPG-Key: 0xF0FBF51F
>   Debian Developer: nomeata at debian.org
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150331/b77b1c05/attachment.html>


More information about the Haskell-Cafe mailing list