#3015: Building packages using ghc (6.8.2) results in inconsistent error 
assembler
messages
-------------------------------+--------------------------------------------
    Reporter:  akrohit         |        Owner:         
        Type:  bug             |       Status:  new    
    Priority:  low             |    Milestone:  6.12.1 
   Component:  Compiler        |      Version:  6.8.2  
    Severity:  normal          |   Resolution:         
    Keywords:                  |   Difficulty:  Unknown
    Testcase:                  |           Os:  Linux  
Architecture:  x86_64 (amd64)  |  
-------------------------------+--------------------------------------------
Changes (by igloo):

  * priority:  normal => low
  * milestone:  => 6.12.1

Comment:

 Hmm, curious. Are you able to test with 6.10.2?

 If you try to compile a simple file, e.g.
 {{{
 main = putStrLn "Foo"
 }}}
 with
 {{{
 ghc -O -c test.hs
 }}}
 then do you get the error?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3015#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to