Changes between Version 3 and Version 4 of HackathonProjects
- Timestamp:
- 07/21/06 11:26:21 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackathonProjects
v3 v4 2 2 3 3 Add your suggestions for the hackathon below... 4 5 == GHC Projects == 4 6 5 7 * Hack to allow RTS to integrate with an external event loop (eg to give us ideal threading when using Gtk+) … … 11 13 * Improve the native code generator: see BackEndNotes 12 14 13 * Something packaging or Cabal-related14 15 15 * Get the front panel working again (#599) 16 17 * Replace GMP with OpenSSL mp library (#601)18 19 * Generate Windows installers automatically from Cabal packages (or20 other OS-specific package format, eg. RPM)21 16 22 17 * WARNING pragma (#657) 23 18 24 * Warning supp erssion (#602)19 * Warning suppression (#602) 25 20 26 21 * Accept more encodings for source code (#690) … … 32 27 * Option to allow compiling from within GHCi (#276) 33 28 34 * Cabalisation of the GHC library (#654)35 36 29 * GHC plugins 37 38 * Work on the Streams library39 30 40 31 * Get shared libraries or DLLs working … … 42 33 * Build a Windows-native version of GHC (using MS tools instead of gcc). 43 34 35 == Library Projects == 36 37 * Work on the Streams library 38 39 * Replace GMP with OpenSSL mp library (#601) 40 44 41 * A binding for your favourite C/C++ library... (eg. GStreamer?) 45 42 43 == Cabal Projects == 44 45 * Cabalisation of the GHC library (#654) 46 47 * Put two solid days of work into getting cabal-get finished and stable. Additionally, put as many packages into the DB as possible. 48 49 == More Project Suggestions == 50 51 * Generate Windows installers automatically from Cabal packages (or 52 other OS-specific package format, eg. RPM) 53 46 54 * Any of the [query:?status=new&status=assigned&status=reopened&type=bug&order=priority bugs], [query:?status=new&status=assigned&status=reopened&type=task&order=priority&group=difficulty tasks], or [query:?status=new&status=assigned&status=reopened&type=feature+request&order=priority feature requests].
