Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r17064 r17066 157 157 make old libghc6-* packages uninstallable. The following procedure should work 158 158 around that, but be warned it hasn't been tested in exactly this way. Complain 159 on #perl6 if you have trouble. -rhr 159 on #perl6 if you have trouble. Thanks to moritz++ and diakopter++ for helping 160 to figure this out. -rhr 160 161 161 162 1. Compile the new version of GHC from testing: … … 168 169 dpkg --get-selections|grep ghc 169 170 Check to see what you'll need to reinstall later 171 apt-get remove haddock haskell-utils 170 172 dpkg --get-selections|grep ghc|awk '$2 == "install" {print $1}'|xargs apt-get remove 171 173 dpkg --get-selections|grep libghc … … 174 176 dpkg -i ghc6_6.6.1-*.deb 175 177 4. Satisfy build-deps for GHC libs 176 dpkg -i ghc6-doc_6.6.1-*.deb177 178 apt-get build-dep haddock 178 179 apt-get source --compile haddock … … 181 182 apt-get source --compile haskell-utils 182 183 dpkg -i haskell-utils*.deb 184 dpkg -i ghc6-doc_6.6.1-*.deb 183 185 apt-get build-dep libghc6-mtl-dev libghc6-network-dev libghc6-time-dev 184 186 5. Build and install GHC libs
