Changes between Version 15 and Version 16 of CabalInstall

Show
Ignore:
Timestamp:
08/28/08 05:25:00 (5 years ago)
Author:
guest
Comment:

Updated quick install instructions to use bootstrap.sh script included in 0.5.2.

Legend:

Unmodified
Added
Removed
Modified
  • CabalInstall

    v15 v16  
    6666 
    6767{{{ 
    68 wget http://hackage.haskell.org/packages/archive/Cabal/1.4.0.1/Cabal-1.4.0.1.tar.gz 
    69 wget http://hackage.haskell.org/packages/archive/HTTP/3001.0.4/HTTP-3001.0.4.tar.gz 
    70 wget http://hackage.haskell.org/packages/archive/zlib/0.4.0.4/zlib-0.4.0.4.tar.gz 
    71 wget http://hackage.haskell.org/packages/archive/cabal-install/0.5.1/cabal-install-0.5.1.tar.gz 
    72 tar -zxf Cabal-1.4.0.1.tar.gz 
    73 cd Cabal-1.4.0.1 
    74 ghc --make Setup 
    75 ./Setup configure --user && ./Setup build && ./Setup install 
    76 cd .. 
    77 tar -zxf HTTP-3001.0.4.tar.gz 
    78 cd HTTP-3001.0.4 
    79 runghc Setup configure --user && runghc Setup build && runghc Setup install 
    80 cd .. 
    81 tar -zxf zlib-0.4.0.4.tar.gz 
    82 cd zlib-0.4.0.4 
    83 runghc Setup configure --user && runghc Setup build && runghc Setup install 
    84 cd .. 
    85 tar -zxf cabal-install-0.5.1.tar.gz 
    86 cd cabal-install-0.5.1 
    87 runghc Setup configure --user && runghc Setup build && runghc Setup install 
    88 cd .. 
     68wget http://hackage.haskell.org/packages/archive/cabal-install/0.5.2/cabal-install-0.5.2.tar.gz 
     69tar -zxf cabal-install-0.5.2.tar.gz  
     70cd cabal-install-0.5.2 
     71./bootstrap.sh  
    8972}}} 
    9073 
    9174You will now have the cabal binary in `$HOME/.cabal/bin`. You should also add this directory to your `$PATH`. 
    9275 
    93 In cabal-install 0.5.2 you can symlink binaries into another directory, eg `$HOME/bin` so it will not be necessary to change the `$PATH`. 
     76In cabal-install 0.5.2 you can symlink binaries into another directory, eg `$HOME/bin` which can be done instead of changing the `$PATH`.