#4239: -ddump-minimal-imports vs. type operators
---------------------------------+------------------------------------------
    Reporter:  nomeata           |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Component:  Compiler    
     Version:  6.12.1            |    Keywords:              
    Testcase:                    |   Blockedby:              
          Os:  Unknown/Multiple  |    Blocking:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------
 Please excuse me reporting a bug without testing it with the latest
 released version, but I only have easy access to 6.12.1 now.

 The working import
 import Darcs.Witnesses.Ordered ( (:>)(..), nullFL )
 will be turned into the non-working
 import Darcs.Witnesses.Ordered ( :>(..), nullFL )
 by ghc -dump-minimal-imports. It seems that type operators are not handled
 correctly by -ddump-minimal-imports.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4239>
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