Skip to content
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

D.S.Program.Hpc: Use relative .mix search paths #4915

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

ttuegel
Copy link
Member

@ttuegel ttuegel commented Nov 28, 2017

Prior to GHC 8.0, hpc requires relative search paths. We now pass relative paths
in all cases; we do not want to separately condition on GHC and HPC versions.

Frankly, it is surprising that this ever worked.

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog.
  • The documentation has been updated, if necessary.
  • If the change is docs-only, [ci skip] is used to avoid triggering the build bots.

I tested this on #4902, but I am making a separate pull request because this bugfix needs to be backported as far as possible.

Prior to GHC 8.0, hpc requires relative search paths. We now pass relative paths
in all cases; we do not want to separately condition on GHC and HPC versions.
@ttuegel ttuegel self-assigned this Nov 28, 2017
@ttuegel
Copy link
Member Author

ttuegel commented Nov 28, 2017

The one CI failure is due to a transient network problem, so I will merge this as-is.

@ttuegel ttuegel merged commit 5cf9943 into haskell:master Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant