mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
docs: document "failed to parse output of ghc-pkg dump" issue
This commit is contained in:
parent
d47e82cf90
commit
3b3a09815b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user