diff options
author | David Waern <davve@dtek.chalmers.se> | 2007-11-25 01:55:29 +0000 |
---|---|---|
committer | David Waern <davve@dtek.chalmers.se> | 2007-11-25 01:55:29 +0000 |
commit | b4f50066113eac7ad9a6349df796042b24b02869 (patch) | |
tree | f53fc4f6a724ec965fc02d70d53883ac6a756a6f | |
parent | 4657fbad393c7f7bd7ee50f22b506d9c9422c3e4 (diff) |
A a list of small improvements to the TODO file
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +----------------------------------------------------------------------------- +-- Small improvements + +* When no GHC can be found, give an error message that tells you to use + --with-ghc=<path> + +* Instead of receiving the GHC lib dir as input, try to autodetect it with + ghc --print-libdir. Add a --with-ghc flag instead of -B. + +* Print an error message when given -optghc=.. instead of --optghc=.. + -- --------------------------------------------------------------------------- -- Before next release |