1 / 5
Mar 2011

I've been putting in some Haskell submissions to SPOJ - the first day or two, everything worked fine.

Now every submission I'm trying fails with "Internal Error" - is there something wrong with the GHC environment on SPOJ? Thanks.

Which problem(s)?
If you want support you should give as much as possible information.

Every problem.

I've so far got outstanding internal error submission failures for ARITH, CMPLS, ONP, BULK, DINGRP, PALIN.

I havent solved any of the problems you mentioned in HASK, but at least ONP has been solved by another user in HASK since you submitted your post. I submitted a solution for another problem. No issue.
Try again.

Edit: I have seen that you resubmitted. Try your PRIME1 or TEST solution again.
But strange indeed. Perhaps the admins can help or you show your code.

Doh! Think I've found the problem - my module wasn't called Main. Thanks for your time!