Thu Aug 2 10:17:03 PDT 2007 Duncan Coutts <duncan at haskell.org>
* Add readVersion convenience function to Distribution.Version
So it's merely readVersion :: String -> Maybe Version
Having to use readP_to_S parseVersion all over the place is annoying.
M ./Distribution/Version.hs +7