docs: document "failed to parse output of ghc-pkg dump" issue

This commit is contained in:
Simon Michael 2010-07-07 17:49:55 +00:00
parent d47e82cf90
commit 3b3a09815b

View File

@ -148,6 +148,16 @@ Here are some known issues and things to try:
$ cabal install hledger --extra-lib-dirs=/usr/lib
- **setup: failed to parse output of 'ghc-pkg dump'**
This probably means
[you need a newer version of cabal-install](http://stackoverflow.com/questions/1908333/getting-cabal-to-work-with-ghc-6-12-1).
Do eg:
$ cabal update
$ cabal install cabal-install
then try installing hledger again.
### Basic usage
Basic usage is: