Changes between Version 21 and Version 22 of CabalInstall

Show
Ignore:
Timestamp:
12/06/08 05:21:13 (4 years ago)
Author:
guest
Comment:

Update page to refer to cabal-install 0.6.0 rather than 0.5.2.

Legend:

Unmodified
Added
Removed
Modified
  • CabalInstall

    v21 v22  
    7070 
    7171{{{ 
    72 wget http://hackage.haskell.org/packages/archive/cabal-install/0.5.2/cabal-install-0.5.2.tar.gz 
    73 tar -zxf cabal-install-0.5.2.tar.gz  
    74 cd cabal-install-0.5.2 
     72wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz 
     73tar -zxf cabal-install-0.6.0.tar.gz  
     74cd cabal-install-0.6.0 
    7575./bootstrap.sh  
    7676}}} 
     
    7878You will now have the cabal binary in `$HOME/.cabal/bin`. You should also add this directory to your `$PATH`. 
    7979 
    80 In cabal-install 0.5.2 you can symlink binaries into another directory, eg `$HOME/bin` which can be done instead of changing the `$PATH`. To use this feature edit `~/.cabal/config` and see the `symlink-bindir` field. 
     80In cabal-install 0.6.0 you can symlink binaries into another directory, eg `$HOME/bin` which can be done instead of changing the `$PATH`. To use this feature edit `~/.cabal/config` and see the `symlink-bindir` field. 
    8181 
    82 Note: cabal-install 0.5.2 uses a new default `~/.cabal/config` file which is somewhat self-documenting in that it lists all the valid (non-deprecated) fields along with their default values. If you previously used cabal-install 0.5.1 or earlier then you will not see the new format, so you may like to back up your existing config, let cabal-install 0.5.2 re-create the default config and then merge back any local changes. 
     82Note: cabal-install 0.6.0 uses a new default `~/.cabal/config` file which is somewhat self-documenting in that it lists all the valid (non-deprecated) fields along with their default values. If you previously used cabal-install 0.5.1 or earlier then you will not see the new format, so you may like to back up your existing config, let cabal-install 0.6.0 re-create the default config and then merge back any local changes. 
    8383On Windows the configuration file is named `$HOME/Application Data/cabal/config`.