Difference between revisions of "Patches and forks for GHC 6.12"

From HaskellWiki
Jump to navigation Jump to search
(obsoleted)
(GHC bug fixed; added yi)
Line 5: Line 5:
 
* [http://github.com/waern/ghc-syb ghc-syb]
 
* [http://github.com/waern/ghc-syb ghc-syb]
 
* [http://patch-tag.com/r/greenrd/derive-ghc6_12 Data.Derive] (aka derive)
 
* [http://patch-tag.com/r/greenrd/derive-ghc6_12 Data.Derive] (aka derive)
  +
* [http://patch-tag.com/r/greenrd/yi-ghc6_12 yi] - partial GHC 6.12 port - I commented out something which is required by the Pango front-end, but it builds if you compile the vty front-end.
   
 
== Notes ==
 
== Notes ==
   
* scion does not build on GHC 6.12.1 RC2 due to [http://hackage.haskell.org/trac/ghc/ticket/3715 GHC bug 3715]. Hopefully this will be fixed in the final release.
+
* scion does not build on GHC 6.12.1 RC2 due to [http://hackage.haskell.org/trac/ghc/ticket/3715 GHC bug 3715]. This bug has now been fixed in the GHC 6.12 branch.
   
 
[[Category:GHC]]
 
[[Category:GHC]]

Revision as of 15:43, 8 December 2009

Patches and forks to make projects compatible with GHC 6.12.x (e.g. fixing build failures).

Please add to this list, and remove items when they are merged into (or obsoleted by) the relevant package.

  • ghc-syb
  • Data.Derive (aka derive)
  • yi - partial GHC 6.12 port - I commented out something which is required by the Pango front-end, but it builds if you compile the vty front-end.

Notes

  • scion does not build on GHC 6.12.1 RC2 due to GHC bug 3715. This bug has now been fixed in the GHC 6.12 branch.