开发者

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜