-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature:Autograding] Add Haskell image #45
Conversation
Edit PR description s/prolog/haskell/ |
oops I think I fixed it now |
Co-authored-by: Chris Reed <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure where the tag name of 3.0.0.0
comes from. I'm guessing 8.8.4
might be more relevant since that is the ghc version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After some local testing, I noticed the chosen ghc version is not compiled for aarch64. The tests should have caught this but because of an error, it was skipped. Could you pick a different ghc version where it is also compiled for aarch64.
Couple things:
|
oops my bad, what's the error you're getting? Is it
|
@ION606 please check Zulip and I'll follow up there |
can you check if this works on aarch64 please? |
Please check if the PR fulfills these requirements:
What is the current behavior?
none
What is the new behavior?
we can now run haskell files
Other information?
this is not a breaking change and I tested it using some simple files (I included an example below):