-
Notifications
You must be signed in to change notification settings - Fork 217
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
Use normalized filepaths in dhall testsuite #2593
Conversation
turtle >=1.6
A hydra failure might be cached; I had to make a dummy change (renamed a dummy variable) to make hydra forget the failure in a previously cached build. |
@winitzki Unfortunately that didn't work. I don't have access to that machine; @Gabriella439 can you have a look? |
Also added `mkParsec` method to MonadParsec instance for megaparsec>=9.4
Hm, I think Hydra is dead:
Gently pinging @Gabriella439 . |
@winitzki 😄 |
Missing filepath normalization caused some failures in #2591 ; See https://github.com/dhall-lang/dhall-haskell/actions/runs/9338722607/job/25702207276?pr=2591 for an example.
Other changes:
turtle >=1.6
in all packages.hnix-0.17
in Stack configurations.mkParsec
method toMonadParsec
instance formegaparsec >=9.4
.