How can I list upgradeable Cabal packages in the style of `apt-show-versions`?
I was wondering if there was a way (ei开发者_C百科ther existing command or shell script or alike) to list registered GHC packages for which hackage has an updated version available. Something in the style of apt-show-versions
, e.g.:
attoparsec upgradeable from 0.9.0.0 to 0.9.1.1
base uptodate at 4.3.1.0
...
You can use cab
and then do
% cab sync
% cab outdated
http://www.mew.org/~kazu/proj/cab/en/
精彩评论