开发者

How can I list upgradeable Cabal packages in the style of `apt-show-versions`?

开发者 https://www.devze.com 2023-03-25 18:51 出处:网络
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 s

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

精彩评论

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