
7 Jan
2007
7 Jan
'07
9 a.m.
On 07/01/07, Ross Paterson
But it's not enough to just say "Ignore any errors above". Some packages really do need happy (or some other tool) to build. Cabal would need to crawl over the source files to see what preprocessors are really needed.
Even if we said something like the following would be better: 'runhaskell Setup.hs build' to continue. The tools listed above as 'not found' may be required by the package; the build process will tell you if this is the case. We need _something_ there. More complex solutions will likely have their advantages, but _some_ solution is needed. -- -David House, dmhouse@gmail.com