Hello all,
When updating my cabal-install to work with ghc-6.12, I got:
> cabal configure
cabal: This version of the cabal program is too old to work with ghc-6.12+.
You will need to install the 'cabal-install' package version 0.8 or higher.
If you still have an older ghc installed (eg 6.10.4), run:
$ cabal install -w ghc-6.10.4 'cabal-install >= 0.8'
> cabal install -w ghc-6.10.4 'cabal-install >= 0.8'
cabal: "'cabal-install" is not valid syntax for a package name or package
dependency.
> cabal install -w ghc-6.10.4 "cabal-install >= 0.8"
cabal: Cannot find the program 'ghc' at 'ghc-6.10.4' or on the path
> cabal install -w c:\ghc\ghc-6.10.4\bin\ghc "cabal-install >= 0.8"
Resolving dependencies... (...)