On 2008 Oct 3, at 18:09, Bulat Ziganshin wrote:
Friday, October 3, 2008, 8:53:05 PM, you wrote:
Choose the lowest available version that satisfies all of the
constraints?

and bugfixed versions will be never used :)


As Duncan said, I misspoke slightly. I was actually assuming something like the rules used for shared libraries: given a version X.Y.Z, X changes with API changes, Y with large non-API changes, Z with minor patches, and the resolution algorithm chooses the latest version with the same X (and, on some systems, tries to match Y as well), and older versions are never accepted.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university    KF8NH


_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to