#3166: recompilation checking too optimistic about infix ops
-----------------------------+----------------------------------------------
Reporter:  roland            |          Owner:                  
    Type:  bug               |         Status:  new             
Priority:  normal            |      Component:  Compiler        
 Version:  6.10.1            |       Severity:  minor           
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 Changing the infix declaration of an operator, e.g. from infixl to infixr,
 doesn't trigger recompilation of dependent modules.

 This behavior can be observed for type classes, type synonyms, and
 constants, but not for data and type constructors.

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