HacPDX/Projects
From HaskellWiki
(Difference between revisions)
(Added two project suggestions.) |
m |
||
| Line 1: | Line 1: | ||
== Proposed Projects for HacPDX == | == Proposed Projects for HacPDX == | ||
| + | Projects you intend to tackle. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 17: | Line 18: | ||
== Additional Project Suggestions == | == Additional Project Suggestions == | ||
| + | Projects you'd consider, but depends on the interest of other attendees. | ||
| + | |||
{| class="wikitable" | {| class="wikitable" | ||
! Project | ! Project | ||
| Line 44: | Line 47: | ||
|wxHaskell | |wxHaskell | ||
|Get this to install on Arch Linux. | |Get this to install on Arch Linux. | ||
| + | |- | ||
| + | | Linux Kernel Modules | ||
| + | | Finish porting a Linux driver to Haskell (mostly means working on the c2hs bindings) | ||
|- | |- | ||
|} | |} | ||
Revision as of 19:32, 22 September 2009
1 Proposed Projects for HacPDX
Projects you intend to tackle.
| Project | Task Description | Participants |
|---|---|---|
| Network APIs | Investigate and test new APIs for potentially replacing network, network-bytestring, and network-fancy | TomMD |
| HPDF | Additional hacking and c bindings | jmelesky |
2 Additional Project Suggestions
Projects you'd consider, but depends on the interest of other attendees.
| Project | Task Description |
|---|---|
| Crypto Part I | Fix up the crypto library - use bytestring, fold in pureMD5/SHA/hecc, provide a new API |
| PNG | Work on Bart Massey's pure-Haskell PNG reading/writing library. Lots to do here. |
| ParseArgs | Clean up and extend a bit Bart Massey's parseargs package. |
| TCP Service | Extract and package the SMTP-style TCP server bits from Bart Massey's MiniChess server. |
| sqlite open_v2() | Add full support for SQlite's open_v2() call to the sqlite package. |
| HaRe | Get it compiling under ghc 6.10; cabalize it. |
| plugins | Tests and examples seem to fail with linking errors on the latest Haskell Platform. |
| wxHaskell | Get this to install on Arch Linux. |
| Linux Kernel Modules | Finish porting a Linux driver to Haskell (mostly means working on the c2hs bindings) |
