-
Notifications
You must be signed in to change notification settings - Fork 842
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 request : recognise current development ghc #423
Comments
Sorry, I'm having trouble understanding the report. What's the difference between the "private build" and the "build of GHC master"? Where are the artifacts of the GHC master build going? |
They are both private builds, i.e. built and installed locally as the If I set ghc 7.10.1.20150619 as the current system compiler, after
If I set ghc 7.11.20150621 as the current system compiler, after
I would expect to see
On Fri, Jun 26, 2015 at 10:18 AM, Michael Snoyman [email protected]
|
My guess is that it's using the stack-installed GHC 7.10.1 instead of your patched version, likely because your stack.yaml has a resolver that requires GHC 7.10. Setting it to My guess is that your next request will be a command line flag to disable checking that the GHC version actually matches, since you want to test the Stackage NIghtly build plan with HEAD. Is my precognition working today? ;) |
That does sound like it would do the trick :). On a related note, how simple is it to install a locally built compiler This is quite an esoteric use case, so I expect it to be very low priority. On Fri, Jun 26, 2015 at 10:32 AM, Michael Snoyman [email protected]
|
Alright, it's on master. Can you give it a shot? |
Just tested it, it works as advertised. Thanks. I just need to tweak some dependencies, will push my example a bit later. |
See https://github.com/alanz/ghc-exactprint/tree/wip#building-with-stack for a working example |
If I use a private build of the ghc-7.10 GHC branch as the system compile, stackage creates an artifact cache as
If I use a private build of GHC master, stackage does not recognize it as a separate compiler and reuses one of the other caches, causing problems
I am switching compiler versions via https://github.com/spl/multi-ghc
The text was updated successfully, but these errors were encountered: