Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r17068 r17069 158 158 make old libghc6-* packages uninstallable. The following procedure should work 159 159 around 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 helping161 to figure this out. -rhr160 on #perl6 if you have trouble. Thanks to moritz++, Aankhen``++, and diakopter++ 161 for helping to figure this out. -rhr 162 162 163 163 1. Compile the new version of GHC from testing: … … 170 170 dpkg --get-selections|grep ghc 171 171 Check to see what you'll need to reinstall later 172 apt-get remove haddock haskell-utils172 apt-get remove haddock 173 173 dpkg --get-selections|grep ghc|awk '$2 == "install" {print $1}'|xargs apt-get remove 174 174 dpkg --get-selections|grep libghc … … 176 176 3. Install new GHC 177 177 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 178 179 4. Satisfy build-deps for GHC libs 179 180 apt-get build-dep haddock … … 184 185 dpkg -i haskell-utils*.deb 185 186 dpkg -i ghc6-doc_6.6.1-*.deb 187 dpkg -i ghc6-prof_6.6.1-*.deb 186 188 apt-get build-dep libghc6-mtl-dev libghc6-network-dev libghc6-time-dev 187 189 5. Build and install GHC libs
