[GHC] #9162: fix missing space in documentation

GHC ghc-devs at haskell.org
Tue Jun 3 04:32:29 UTC 2014


#9162: fix missing space in documentation
------------------------------------+-------------------------------------
       Reporter:  ryantm            |             Owner:
           Type:  bug               |            Status:  new
       Priority:  normal            |         Milestone:
      Component:  Documentation     |           Version:  7.8.2
       Keywords:                    |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  None/Unknown
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 From d37f69f60227b7e232dd6bb334f5b07f6b6f9386 Mon Sep 17 00:00:00 2001
 From: Ryan Mulligan <ryan at ryantm.com>
 Date: Mon, 2 Jun 2014 21:20:01 -0700
 Subject: [PATCH] fix missing space

 ---
  docs/users_guide/codegens.xml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml
 index 2eb9408..d2a805a 100644
 --- a/docs/users_guide/codegens.xml
 +++ b/docs/users_guide/codegens.xml
 @@ -38,7 +38,7 @@

      <para>You must install and have LLVM available on your PATH for the
 LLVM
        code generator to work. Specifically GHC needs to be able to call
 the
 -      <command>opt</command>and <command>llc</command> tools.  Secondly,
 if you
 +      <command>opt</command> and <command>llc</command> tools.  Secondly,
 if you
        are running Mac OS X with LLVM 3.0 or greater then
        you also need the <ulink url="http://clang.llvm.org">Clang c
          compiler</ulink> compiler available on your PATH.
 --
 1.9.3

 available on github:
 https://github.com/ryantm/ghc/commit/d37f69f60227b7e232dd6bb334f5b07f6b6f9386

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9162>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list