-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
31 lines (19 loc) · 1.17 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* Generate haddock docs for all libraries in the platform - look at Mark's
message ( http://article.gmane.org/gmane.comp.lang.haskell.platform/1421 ).
* Run ghc-pkg recache after installation.
* Write a script that automates things like downloading GHC/installing packages,
so that the installer can be built by someone who isn't me.
* Add an Express install type
* Add "Install only for the current user"
* WinGHCi should work even if GHC's location is not in the registry
* Add a way of choosing between WinGHCi and GHCi for .hs associations
* Should we really use HKCR for file associations?
* Ensure that several versions of the Haskell Platform can coexist.
* Ensure that we play nice with WinHugs's installer and the like. Use an "Open
with GHCi" context menu instead of associating .hs/.lhs with GHCi. Write a
clear specification that describes what we do to system settings, place it on
the wiki, and link to it from the download page/release notes.
* Look through Claus's message/links again and write down things that I forgot;
maybe file some tickets.
* Branding: it would be nice to have different icons for .hs and .lhs files.
* Look at Sigbjorn's BAMSE work.