Hi, I have compiled .yca files for most of the nofib suite. So no one else has to do this, I've uploaded a .zip of them:
http://www.cs.york.ac.uk/fp/yhc/yca.zip They may be useful to others, Thanks Neil PS. The script used to create them is: if "%1" == "build" goto build pushd %1 for /d %%i in (*) do call ..\%0 build %%i popd goto exit :build pushd %2 yhc --linkcore Main --hide copy ycr\Main.yca ..\%2.yca popd :exit _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc