dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

yhc Make crashes #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to src/packages/yhc-base-1.0
2. Delete *.hi recursively
3. yhc Prelude.hs -cpp

What is the expected output? What do you see instead?
yhc: getOutEdges: there is no node #4 in the graph

Would be nice if it compiled the Prelude, or require appropriate .hi files
then compiled the Prelude.

Fixing this will allow easier build scripts for the base libraries.

Original issue reported on code.google.com by ndmitch...@gmail.com on 6 Mar 2007 at 4:46