[commit: packages/Cabal] ghc-head: Doc patch: provide a pointer to where the list of --with-PROG values is. Fixes #1512. (e8f1eec)
git at git.haskell.org
git at git.haskell.org
Fri Sep 20 20:47:10 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/packages/Cabal.git/commitdiff/e8f1eec28ed40afde0cc0c00ffefe5191751d1ba
>---------------------------------------------------------------
commit e8f1eec28ed40afde0cc0c00ffefe5191751d1ba
Author: Ryan Newton <rrnewton at gmail.com>
Date: Tue Sep 17 10:46:58 2013 -0400
Doc patch: provide a pointer to where the list of --with-PROG values is. Fixes #1512.
(cherry picked from commit 372ee37754e7f34bd2fda06bf27e4d192f3c4e0a)
>---------------------------------------------------------------
e8f1eec28ed40afde0cc0c00ffefe5191751d1ba
Cabal/doc/installing-packages.markdown | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Cabal/doc/installing-packages.markdown b/Cabal/doc/installing-packages.markdown
index 909644b..2eef980 100644
--- a/Cabal/doc/installing-packages.markdown
+++ b/Cabal/doc/installing-packages.markdown
@@ -260,6 +260,8 @@ files of a package:
name of a program that can be found on the program search path. For
example: `--with-ghc=ghc-6.6.1` or
`--with-cpphs=/usr/local/bin/cpphs`.
+ The full list of accepted programs is not enumerated in this user guide.
+ Rather, run `cabal install --help` to view the list.
`--`_`prog`_`-options=`_options_
: Specify additional options to the program _prog_. Any program known
More information about the ghc-commits
mailing list