Difference between revisions of "Summer of Code/Project suggestions"

From HaskellWiki
Jump to navigation Jump to search
Line 17: Line 17:
   
 
== Handle recursive modules in GHC ==
 
== Handle recursive modules in GHC ==
  +
  +
== Gtk / Graphics / GNOME related projects ==
  +
  +
I'd be happy to accept projects in this area. Last year Peolo did the cairo bindings. Possible ideas include a dbus binding. (Feel free to add more ideas here or I might do as I think of them)
  +
  +
Mentor: Duncan Coutts

Revision as of 23:38, 22 April 2006

Haskell projects for Google's Summer of Code.

Cabal-get/HackageDB

Cabal-get is an automatic installer for Cabal libraries. The goal is to distribute the program with Cabal, but to achieve this we need to cut almost all of its dependencies. This project should be fairly easy (the code base of cabal-get is only 1K loc).

Mentor: Lemmih

GhcPlugins

Write a new plugin system using the new ghc-api. Enough of the groundwork has been laid out now that someone with a few months and some background could finish up the work.

GhcPlugins will replace the plugin system currently used in hIDE.

Mentor: Lemmih

Fix HsSDL (Haskell libSDL bindings) on Windows and MacOS

Handle recursive modules in GHC

Gtk / Graphics / GNOME related projects

I'd be happy to accept projects in this area. Last year Peolo did the cairo bindings. Possible ideas include a dbus binding. (Feel free to add more ideas here or I might do as I think of them)

Mentor: Duncan Coutts