patch applied (ghc-6.12/ghc): Fix Trac #3600: Template Haskell bug in Convert

Ian Lynagh igloo at earth.li
Fri Oct 23 19:15:13 EDT 2009


Tue Oct 20 00:26:16 PDT 2009  simonpj at microsoft.com
  * Fix Trac #3600: Template Haskell bug in Convert
  Ignore-this: 92992568a8380d7664318c506d78d09d
  
  This bug was introduced when I added an optimisation, described in
  Note [Converting strings] in Convert.lhs.  It was treating *all*
  empty lists as strings, not just string-typed ones!
  
  The fix is easy.  Pls MERGE to stable branch.
  

    M ./compiler/hsSyn/Convert.lhs -4 +10

View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091020072616-1287e-37098d7d73493872f4612e6acbda3e0feae73e1a.gz



More information about the Cvs-ghc mailing list