[Haskell-cafe] How to determine correct dependency versions for a library?

Peter Simons simons at cryp.to
Fri Nov 9 18:36:51 CET 2012


Hi Janek,

 > How to determine proper version numbers?

if you know for a fact that your package works only with specific
versions of its dependencies, then constrain the build to exactly those
versions that you know to work.

If *don't* know of any such limitations, then *don't* specify any
constraints.

Take care,
Peter




More information about the Haskell-Cafe mailing list