[Haskell-cafe] Automatically test different versions of single dependency

Daniel Díaz Casanueva dhelta.diaz at gmail.com
Thu Jul 4 12:56:29 CEST 2013


Hello everyone.

I would like to check what dependencies is one of my packages compatible
with. For example, say I have a package called "foo" that depends on
package "bar". Most likely, "foo" does not build with each version of
"bar". What I want to do is try to build "foo" with each single version of
"bar" (not manually).

What is the best approach to this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130704/cf029959/attachment.htm>


More information about the Haskell-Cafe mailing list