patch applied (cabal): Add version wildcard syntax
19 Jun
2008
19 Jun
'08
5:56 p.m.
Thu Jun 19 10:50:06 PDT 2008 Duncan Coutts <duncan@haskell.org> * Add version wildcard syntax build-depends: foo ~1.2.* means: build-depends: foo >=1.2 && <1.3 It's also valid everywhere else version ranges are used. M ./Distribution/Version.hs -2 +45 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080619175006-adfee-e512de8b9...
6629
Age (days ago)
6629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts