After Simon's last commit it suffices to mention libHS once (that was
exactly what I was trying in that second :-)
}
# Push library HSrts, plus boring clib bit
- # Note: The scheduler references a closure from PrelException,
- # so the prelude lib is mentioned once again here.
- push(@SysLibrary, "-lHSrts${BuildTag} -lHS${BuildTag}");
+ push(@SysLibrary, "-lHSrts${BuildTag}");
#
# RTS compiled with cygwin32, uses the WinMM API