Changes between Version 10 and Version 11 of PackageEnvironments

Show
Ignore:
Timestamp:
04/22/12 06:26:46 (13 months ago)
Author:
duncan
Comment:

add info about cab

Legend:

Unmodified
Added
Removed
Modified
  • PackageEnvironments

    v10 v11  
    147147 * http://www.mew.org/~kazu/proj/cab/en/ 
    148148 
     149The `cab` commands is described as a MacPorts-like maintenance command of Haskell cabal packages. It can do various things that `cabal`, `cabal-dev` and `ghc-pkg` can do, but with a different command line interface. Its stated goal is for the command line interface to cover the functionality of these other tools in a more consistent way. 
     150 
     151In particular it provides commands for: 
     152 * unregistering packages (cabal only lets you install and users have to use ghc-pkg unregister to remove them) 
     153 * listed "outdated" packages 
     154 * list dependencies and reverse dependencies of a package 
     155 * check consistency of installed packages (like ghc-pkg check) 
     156 
     157It also has a flag for using a sandbox (making use of cabal-dev). 
    149158 
    150159= Package environments ideas =