patch applied (cabal): Update and extend the Version quickcheck
properties
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Wed Dec 10 09:57:38 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/cabal/_darcs/patches/20081210143251-adfee-3468280dc03625b4b48ce5ede8a33a552bf4d997.gz
More information about the cabal-devel
mailing list