[commit: packages/Cabal] ghc-head: Remove italic markers, they are parsed incorrectly by Pandoc. (d961654)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:30:48 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=d9616548a057e236a2098b192eee516f95c4bac3

>---------------------------------------------------------------

commit d9616548a057e236a2098b192eee516f95c4bac3
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Fri Aug 23 10:33:44 2013 +0200

    Remove italic markers, they are parsed incorrectly by Pandoc.
    
    See jgm/pandoc#976.


>---------------------------------------------------------------

d9616548a057e236a2098b192eee516f95c4bac3
 Cabal/doc/installing-packages.markdown |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cabal/doc/installing-packages.markdown b/Cabal/doc/installing-packages.markdown
index 9f81611..a5de920 100644
--- a/Cabal/doc/installing-packages.markdown
+++ b/Cabal/doc/installing-packages.markdown
@@ -5,7 +5,7 @@
 After you've unpacked a Cabal package, you can build it by moving into
 the root directory of the package and running the `cabal` tool there:
 
-> `cabal` [_command_] [_option_...]
+> `cabal [command] [option...]`
 
 The _command_ argument selects a particular step in the build/install process.
 
@@ -15,7 +15,7 @@ You can also get a summary of the command syntax with
 
 Alternatively, you can also use the `Setup.hs` or `Setup.lhs` script:
 
-> `_runhaskell_ Setup.hs` [_command_] [_option_...]
+> `runhaskell Setup.hs [command] [option...]`
 
 For the summary of the command syntax, run:
 





More information about the ghc-commits mailing list