DHD UHac/Projects
From HaskellWiki
< DHD UHac(Difference between revisions)
SeanLeather (Talk | contribs) (Add links to project template) |
|||
Line 17: | Line 17: | ||
# You can add your own project using the template found in the wiki source. | # You can add your own project using the template found in the wiki source. | ||
# You can add yourself to a project's list of interesting parties. | # 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: | ||
+ | * Implement deriving of <code>Generic1</code> | ||
+ | * Fix [http://hackage.haskell.org/trac/ghc/ticket/5884 #5884] | ||
+ | * Think harder about [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/GenericDeriving#Kindpolymorphicoverhaul using data kinds] | ||
+ | |||
<!-- Copy this template | <!-- Copy this template |
Revision as of 13:53, 13 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.
1 Sharing code
If you need a place to host a project so that others can help with it, there are many different options.
- GitHub is a popular social hosting service users of git
- Patch-Tag is a similar service for darcs.
- The Haskell.org community server is also available. Be sure to apply for an account first, since it may take some time.
2 Projects
Below are the projects potentially being undertaken at UHac.
- You can add your own project using the template found in the wiki source.
- You can add yourself to a project's list of interesting parties.
2.1 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:
- Implement deriving of
Generic1
- Fix #5884
- Think harder about using data kinds