Changes between Version 21 and Version 22 of CabalInstall
- Timestamp:
- 12/06/08 05:21:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CabalInstall
v21 v22 70 70 71 71 {{{ 72 wget http://hackage.haskell.org/packages/archive/cabal-install/0. 5.2/cabal-install-0.5.2.tar.gz73 tar -zxf cabal-install-0. 5.2.tar.gz74 cd cabal-install-0. 5.272 wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz 73 tar -zxf cabal-install-0.6.0.tar.gz 74 cd cabal-install-0.6.0 75 75 ./bootstrap.sh 76 76 }}} … … 78 78 You will now have the cabal binary in `$HOME/.cabal/bin`. You should also add this directory to your `$PATH`. 79 79 80 In cabal-install 0. 5.2you 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.80 In 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. 81 81 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.2re-create the default config and then merge back any local changes.82 Note: 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. 83 83 On Windows the configuration file is named `$HOME/Application Data/cabal/config`.
