Now that hackage has caught up with ghc versions, I'd like my HaskellWiki project pages to link to hackage-based haddock docs instead of the docs I generate myself.  (Hooray for inter-package doc links!)  However, I don't know how to link to the latest version, rather than a specific one, such as

    http://hackage.haskell.org/packages/archive/vector-space/0.5/doc/html/Data-LinearMap.html

Is there a trick that will help me out?

Thanks, - Conal