patch applied (cabal): Add notThisVersion :: Version -> VersionRange
29 May
2008
29 May
'08
6:46 p.m.
Thu May 29 02:22:44 PDT 2008 Duncan Coutts <duncan@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-c8630a29c...
6622
Age (days ago)
6622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts