Now that hackage has caught up with ghc versions, I&#39;d like my HaskellWiki project pages to link to hackage-based haddock docs instead of the docs I generate myself.&nbsp; (Hooray for inter-package doc links!)&nbsp; However, I don&#39;t know how to link to the latest version, rather than a specific one, such as<br>
<br>&nbsp;&nbsp;&nbsp; <a href="http://hackage.haskell.org/packages/archive/vector-space/0.5/doc/html/Data-LinearMap.html">http://hackage.haskell.org/packages/archive/vector-space/0.5/doc/html/Data-LinearMap.html</a><br><br>Is there a trick that will help me out?<br>
<br>Thanks, - Conal