diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-03 12:12:09 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-03 12:12:09 +0000 |
commit | 328e728f2b5450430bd59ced71537f579d0af23f (patch) | |
tree | 21c4737bd34c95a0cdea075d7424af2b9bcd11e1 | |
parent | 26f4b94f99918c8ae3bb1b12dbc48158d2b1a176 (diff) | |
download | haskell-328e728f2b5450430bd59ced71537f579d0af23f.tar.gz |
Merge the TODO lists in ghc.mk
-rw-r--r-- | ghc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -12,8 +12,6 @@ # ToDo List. # -# Before we can merge the new build system into HEAD: -# # * finish installation # * other documentation # * create doc index and contents @@ -23,9 +21,6 @@ # * finish binary distributions # * need to fix Cabal for new Windows layout, see # Distribution/Simple/GHC.configureToolchain. -# -# Once the new build system is in HEAD, and before 6.12: -# # * separate the logic of whether to do something from the test for # existence of the tool to do it. For example, rather than checking # if $DIR_DOCBOOK_XSL or $XSLTPROC is "", we should have a variable |