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

From HaskellWiki
Jump to navigation Jump to search
(add scion)
(→‎Notes: removed outdated note)
Line 8: Line 8:
 
* [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
 
* [http://github.com/greenrd/scion/tree/devel 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 [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:56, 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