patch applied (cabal): Use "pkg == 1.2.*" as the version wildcard syntax
30 Jul
2008
30 Jul
'08
12:30 a.m.
Tue Jul 29 08:16:12 PDT 2008 Duncan Coutts <duncan@haskell.org> * Use "pkg == 1.2.*" as the version wildcard syntax Rather than "pkg ~ 1.2.*". This seemed to be the consensus. The syntax "pkg == 1.2.*" means "pkg >= 1.2 && < 1.3" and it is to encourage people to put upper bounds on api versions. M ./Distribution/Version.hs -3 +3 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080729151612-adfee-fb7eae098...
6561
Age (days ago)
6561
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts