#2897: HsFFI.h is not in the default include path for hsc2hs
---------------------------+------------------------------------------------
  Reporter:  cjs           |          Owner:  igloo           
      Type:  bug           |         Status:  closed          
  Priority:  highest       |      Milestone:  7.4.1           
 Component:  hsc2hs        |        Version:  6.10.1          
Resolution:  fixed         |       Keywords:                  
  Testcase:                |      Blockedby:                  
Difficulty:  Unknown       |             Os:  Unknown/Multiple
  Blocking:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Done:
 {{{
 commit 5f3ac5267914cc020c11b148cdbc4356bd6eb02a
 Author: Ian Lynagh <ig...@earth.li>
 Date:   Tue Oct 25 15:45:36 2011 +0100

     Various hsc2hs improvements

     * Fix GHC trac #2897: Generate a separate "utils" C file containing
       wrappers for functions like printf. This means template-hsc.h
       doesn't need to includes any headers, so we don't pollute the C
       environment.
       (actually, we still need to include stddef.h).

     * Use runProcess rather than system. It used to try to conditionally
       use runProcess if it was available, but never actually did. Now it
       uses it unconditionally.

     * Some tidying up
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2897#comment:19>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to