patch applied (cabal): Add notThisVersion :: Version -> VersionRange
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu May 29 06:46:42 EDT 2008
Thu May 29 02:22:44 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Add notThisVersion :: Version -> VersionRange
Opposite of ThisVersion, it means /= x.y but is actually implemented
as > x.y || < x.y as we do not have not or not equal as primitives.
M ./Distribution/Version.hs -1 +4
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080529092244-adfee-c8630a29c7e2ec6d3ceeba665ba93ba2b26d339a.gz
More information about the cabal-devel
mailing list