patch applied (cabal): Add version wildcard syntax
20 Jun
2008
20 Jun
'08
1:56 a.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...
6623
Age (days ago)
6623
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts