patch applied (packages/Cabal): Update and extend the Version
quickcheck properties
Ian Lynagh
igloo at earth.li
Fri Dec 12 14:44:56 EST 2008
Wed Dec 10 06:32:51 PST 2008 Duncan Coutts <duncan at haskell.org>
* Update and extend the Version quickcheck properties
One property fails. The failure reveals that the VersionInterval type
is not quite a canonical representation of the VersionRange semantics.
This is because the lowest Version is [0] and not -infinity, so for
example the intervals (.., 0] and [0,0] are equivalent.
M ./tests/Test/Distribution/Version.hs -4 +471
M ./tests/Test/Laws.hs -2 +17
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20081210143251-adfee-3468280dc03625b4b48ce5ede8a33a552bf4d997.gz
More information about the Cvs-libraries
mailing list