-
-
Notifications
You must be signed in to change notification settings - Fork 389
Use runtime ghc libdir for ghc-exactprint and ghc-8.10 #1451
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
Conversation
This must have a regression test but it would suppose:
Other option could be test the executables, being careful to change the ghc installation, see #595 |
I have to update stack.yaml's |
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.
Thanks, waiting for regression tests and stack.yaml updates...
build-depends: ghc ^>= 8.10 | ||
|
||
else | ||
build-depends: | ||
, ghc | ||
, ghc-lib ^>= 8.10.2.20200916 | ||
, ghc-lib ^>= 8.10.4.20210206 |
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.
Is it OK to not update cabal.project index?
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.
Yeah, that ghc-lib version was released on 2021-02-06T16:51:55Z
If you dont mind i would prefer to merge this without the test, to fix the issue asap. |
ghc-exacprint
orapply-refact
has exposed the ghc-wrapper for the code path used in ghc-8.10 here (applyRefact'
)