#5336: Annotations aren't working
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:  igloo       
        Type:  bug               |       Status:  merge       
    Priority:  highest           |    Milestone:  7.2.1       
   Component:  Compiler          |      Version:  7.1         
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by igloo):

  * status:  new => merge


Comment:

 Fixed by ghc:
 {{{
 commit 725e6ee47e9f4b1deba5db740aa19c450bec1519
 Author: Ian Lynagh <ig...@earth.li>
 Date:   Fri Jul 22 23:17:56 2011 +0100

     Tweak the typeable fingerprinting

     Put spaces inbetween the values, so e.g.
         p:Foobar.baz
         p:Foo.barbaz
     will hash differently.

 commit 8f57a40b4bdd0c57419ce08f75a005ef7e67563f
 Author: Ian Lynagh <ig...@earth.li>
 Date:   Fri Jul 22 22:57:16 2011 +0100

     Sync the typeable fingerprinting with base
 }}}
 and libraries/base:
 {{{
 commit d1fbd3b7c3d1ddfeabffe2b6afeb34ca6101443c
 Author: Ian Lynagh <ig...@earth.li>
 Date:   Fri Jul 22 23:01:10 2011 +0100

     Tweak the typeable fingerprinting

     Put spaces inbetween the values, so e.g.
         p:Foobar.baz
         p:Foo.barbaz
     will hash differently.

 commit 905989a7d5e26eb15154534529d116ed1783e996
 Author: Ian Lynagh <ig...@earth.li>
 Date:   Fri Jul 22 22:57:19 2011 +0100

     Sync the typeable fingerprinting with GHC
 }}}

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