summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-28 14:03:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-28 14:03:35 -0400
commit53e327ae4aaba5425f3649867d9f9a709d5c7e6a (patch)
treead11a4422648990adde3a3fe515d4477f45bae9c /doc/bugs
parentb95c0cdc4efb3cd853d5d9e8553346dfc1fcb311 (diff)
update cabal install instructions to get c2hs installed for gnuidn
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Need_to_manually_install_c2hs_-_3.20121127_and_previous.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/Need_to_manually_install_c2hs_-_3.20121127_and_previous.mdwn b/doc/bugs/Need_to_manually_install_c2hs_-_3.20121127_and_previous.mdwn
index cdb4a25bf..924ce06c7 100644
--- a/doc/bugs/Need_to_manually_install_c2hs_-_3.20121127_and_previous.mdwn
+++ b/doc/bugs/Need_to_manually_install_c2hs_-_3.20121127_and_previous.mdwn
@@ -32,4 +32,6 @@ The fix seems as easy as
Should c2hs be included as a dep got git-annex or is this a bug in gnuidn?
-> If `cabal install gnuidn` fails, then this is a bug in gnuidn. --[[Joey]]
+> Apparently cabal does not support automatically installing programs
+> needed for the build. I've updated the cabal installation instructions
+> to document the need to install c2hs. [[done]] --[[Joey]]