From 3b3a09815ba146b213fb7a55b838bb094547a61b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 7 Jul 2010 17:49:55 +0000 Subject: [PATCH] docs: document "failed to parse output of ghc-pkg dump" issue --- MANUAL.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MANUAL.markdown b/MANUAL.markdown index 623974319..b40c4b1e3 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -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: