Changeset 17069 for INSTALL

Show
Ignore:
Timestamp:
07/16/07 02:38:32 (17 months ago)
Author:
rhr
Message:

[INSTALL] corrections to ghc-on-etch instructions from Aankhen++'s trial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r17068 r17069  
    158158make old libghc6-* packages uninstallable.  The following procedure should work 
    159159around that, but be warned it hasn't been tested in exactly this way.  Complain 
    160 on #perl6 if you have trouble.  Thanks to moritz++ and diakopter++ for helping 
    161 to figure this out. -rhr 
     160on #perl6 if you have trouble.  Thanks to moritz++, Aankhen``++, and diakopter++ 
     161for helping to figure this out. -rhr 
    162162 
    1631631. Compile the new version of GHC from testing: 
     
    170170    dpkg --get-selections|grep ghc 
    171171    Check to see what you'll need to reinstall later 
    172     apt-get remove haddock haskell-utils 
     172    apt-get remove haddock 
    173173    dpkg --get-selections|grep ghc|awk '$2 == "install" {print $1}'|xargs apt-get remove 
    174174    dpkg --get-selections|grep libghc 
     
    1761763. Install new GHC 
    177177    dpkg -i ghc6_6.6.1-*.deb 
     178    This may give a warning about not deleting /usr/lib/ghc-6.6, that seems to be harmless 
    1781794. Satisfy build-deps for GHC libs 
    179180    apt-get build-dep haddock 
     
    184185    dpkg -i haskell-utils*.deb 
    185186    dpkg -i ghc6-doc_6.6.1-*.deb 
     187    dpkg -i ghc6-prof_6.6.1-*.deb 
    186188    apt-get build-dep libghc6-mtl-dev libghc6-network-dev libghc6-time-dev 
    1871895. Build and install GHC libs