I just upgraded to ghc 7.10.1 and whenever I try use cabal-install I run into the following error:
ghc: ghc no longer supports single-file style package databases (dist/package.conf.inplace) use 'ghc-pkg init' to create the database with the correct format.
How do I fix this?
cabal install cabal-installand then make sure new version is on the path. You can check version ofcabalthis way:cabal --version. - Mark Karpovcabal update. - Mark Karpovcabal install cabal-installI get the same error as above - Kyle McKeancabal install cabal-install- sinelaw