-
Notifications
You must be signed in to change notification settings - Fork 40
Make it compile with MicroHs. #270
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
base: master
Are you sure you want to change the base?
Conversation
361619a to
ab67048
Compare
| if impl(mhs) | ||
| cpp-options: -DFOLDABLE_TRAVERSABLE_IN_PRELUDE=0 |
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 don't quite understand why this is necessary. Doesn't your modification of misc/version-compatibility-macros.h ensure that this variable is set correctly?!
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 think you're right. I'll fix it tomorrow.
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 think you're right. I'll fix it tomorrow.
| - name: make and install mhs | ||
| run: | | ||
| cd mhs | ||
| make minstall |
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.
| - name: make and install mhs | |
| run: | | |
| cd mhs | |
| make minstall | |
| - name: make and install mhs | |
| run: | | |
| cd mhs | |
| make minstall | |
| echo "$HOME/.mcabal/bin" >> "$GITHUB_PATH" |
This way, we can avoid having to do PATH="$HOME/.mcabal/bin:$PATH" every time.
No description provided.