Changeset 17066 for INSTALL

Show
Ignore:
Timestamp:
07/15/07 23:19:56 (17 months ago)
Author:
rhr
Message:

[INSTALL] corrections to etch ghc install instructions
moritz++ diakopter++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r17064 r17066  
    157157make old libghc6-* packages uninstallable.  The following procedure should work 
    158158around that, but be warned it hasn't been tested in exactly this way.  Complain 
    159 on #perl6 if you have trouble.  -rhr 
     159on #perl6 if you have trouble.  Thanks to moritz++ and diakopter++ for helping 
     160to figure this out. -rhr 
    160161 
    1611621. Compile the new version of GHC from testing: 
     
    168169    dpkg --get-selections|grep ghc 
    169170    Check to see what you'll need to reinstall later 
     171    apt-get remove haddock haskell-utils 
    170172    dpkg --get-selections|grep ghc|awk '$2 == "install" {print $1}'|xargs apt-get remove 
    171173    dpkg --get-selections|grep libghc 
     
    174176    dpkg -i ghc6_6.6.1-*.deb 
    1751774. Satisfy build-deps for GHC libs 
    176     dpkg -i ghc6-doc_6.6.1-*.deb 
    177178    apt-get build-dep haddock 
    178179    apt-get source --compile haddock 
     
    181182    apt-get source --compile haskell-utils 
    182183    dpkg -i haskell-utils*.deb 
     184    dpkg -i ghc6-doc_6.6.1-*.deb 
    183185    apt-get build-dep libghc6-mtl-dev libghc6-network-dev libghc6-time-dev 
    1841865. Build and install GHC libs