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

From HaskellWiki
Jump to navigation Jump to search
(added Agda)
(add scion)
Line 7: Line 7:
 
* [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.
 
* [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.
 
* [https://lists.chalmers.se/pipermail/agda/2009/001469.html Agda]
 
* [https://lists.chalmers.se/pipermail/agda/2009/001469.html Agda]
  +
* [http://github.com/greenrd/scion/tree/devel scion] - IMPORTANT: you need to use the devel branch; other branches don't contain the fixes
   
 
== Notes ==
 
== Notes ==

Revision as of 15:27, 14 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.
  • Agda
  • scion - IMPORTANT: you need to use the devel branch; other branches don't contain the fixes

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.