Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/df43fcd5e7c331c71c323e8fa91e69c7e0f404e4 >--------------------------------------------------------------- commit df43fcd5e7c331c71c323e8fa91e69c7e0f404e4 Author: shelarcy <[email protected]> Date: Sun Nov 27 14:49:38 2011 +0900 Fix document to follow renaming -XPArr to -XParallelArrays >--------------------------------------------------------------- docs/users_guide/flags.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 3112ef2..6ce948a 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -988,10 +988,10 @@ <entry><option>-XNoRecursiveDo</option></entry> </row> <row> - <entry><option>-XPArr</option></entry> + <entry><option>-XParallelArrays</option></entry> <entry>Enable parallel arrays.</entry> <entry>dynamic</entry> - <entry><option>-XNoPArr</option></entry> + <entry><option>-XNoParallelArrays</option></entry> </row> <row> <entry><option>-XRecordWildCards</option></entry> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
