Difference between revisions of "DHD UHac/Projects"

From HaskellWiki
Jump to navigation Jump to search
Line 26: Line 26:
 
Plans:
 
Plans:
 
* Implement deriving of <code>Generic1</code>
 
* Implement deriving of <code>Generic1</code>
  +
* Write a description of other GP libs in [http://www.haskell.org/haskellwiki/Generics the Haskell wiki]
 
* Fix [http://hackage.haskell.org/trac/ghc/ticket/5884 #5884]
 
* Fix [http://hackage.haskell.org/trac/ghc/ticket/5884 #5884]
 
* Fix [http://hackage.haskell.org/trac/ghc/ticket/5939 #5939]
 
* Fix [http://hackage.haskell.org/trac/ghc/ticket/5939 #5939]

Revision as of 07:45, 20 March 2012

A big part of hackathons is working on projects together (in person, not online!). This page documents the projects at UHac.

If you want to suggest a project, add a subsection under Projects.

Sharing code

If you need a place to host a project so that others can help with it, there are many different options.

Projects

Below are the projects potentially being undertaken at UHac.

  1. You can add your own project using the template found in the wiki source.
  2. You can add yourself to a project's list of interesting parties.

GHC Generics

Interested:

  • José Pedro Magalhães
  • Feel free to join! Also if you just have ideas of things that should work, or want to understand generics better

Plans: