[GHC] #7835: ghc --make: allow passign .cmm, .c and .hs files in one command line

GHC ghc-devs at haskell.org
Tue Jul 30 23:33:10 CEST 2013


#7835: ghc --make: allow passign .cmm, .c and .hs files in one command line
-------------------------------------+------------------------------------
        Reporter:  slyfox            |            Owner:
            Type:  feature request   |           Status:  closed
        Priority:  normal            |        Milestone:
       Component:  Compiler          |          Version:  7.6.2
      Resolution:  fixed             |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------
Changes (by igloo):

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


Comment:

 Thanks for the report. Fixed by:

 commit a10e1990edc8104640738e5209e7a70f464fca38
 {{{
 Author: Ian Lynagh <ian at well-typed.com>
 Date:   Tue Jul 30 22:11:41 2013 +0100

     Change which files --make mode thinks are 'Haskellish'

     It thought that .cmm files were Haskellish, but then didn't know
     how to compile them. Now they aren't treated as Haskellish, and
     it can compile and link them.
 }}}

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




More information about the ghc-tickets mailing list