Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/685582f1e10ac768cb341b6367361e7f451e2107/ghc
>--------------------------------------------------------------- commit 685582f1e10ac768cb341b6367361e7f451e2107 Author: Austin Seipp <[email protected]> Date: Fri Aug 30 17:40:23 2013 -0500 Typo in release notes regarding -dynamic-too Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 685582f1e10ac768cb341b6367361e7f451e2107 docs/users_guide/7.8.1-notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 4719403..de40f38 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -236,7 +236,7 @@ dynamically-linkable <literal>.dyn_o</literal> file. The output suffix of the dynamic objects can be controlled by the flag - <literal>-dyno</literal>. + <literal>-dynosuf</literal>. </para> <para> _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
