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

Feature request : recognise current development ghc #423

Closed
alanz opened this issue Jun 26, 2015 · 7 comments
Closed

Feature request : recognise current development ghc #423

alanz opened this issue Jun 26, 2015 · 7 comments

Comments

@alanz
Copy link
Contributor

alanz commented Jun 26, 2015

If I use a private build of the ghc-7.10 GHC branch as the system compile, stackage creates an artifact cache as

$HOME/.stack/snapshots/x86_64-linux/nightly-2015-06-25/7.10.1.20150619

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

ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.11.20150621

stack --version
Version 0.1.0.0, Git revision 2b2f95c6fc1f12111439b70a376267f6ce28f597

I am switching compiler versions via https://github.com/spl/multi-ghc

@snoyberg
Copy link
Contributor

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?

@alanz
Copy link
Contributor Author

alanz commented Jun 26, 2015

They are both private builds, i.e. built and installed locally as the
system compiler.

If I set ghc 7.10.1.20150619 as the current system compiler, after rm -fr ./stack-work and stack build, I end up with

.stack-work/install/x86_64-linux/nightly-2015-06-25/7.10.1.20150619

If I set ghc 7.11.20150621 as the current system compiler, after rm -fr ./stack-work and stack build, I end up with

.stack-work/install/x86_64-linux/nightly-2015-06-25/7.10.1

I would expect to see

.stack-work/install/x86_64-linux/nightly-2015-06-25/7.11.20150621

On Fri, Jun 26, 2015 at 10:18 AM, Michael Snoyman notifications@github.com
wrote:

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?


Reply to this email directly or view it on GitHub
#423 (comment)
.

@snoyberg
Copy link
Contributor

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 resolver: 7.11 or using --resolver ghc-7.11 should fix it.

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? ;)

@alanz
Copy link
Contributor Author

alanz commented Jun 26, 2015

That does sound like it would do the trick :).

On a related note, how simple is it to install a locally built compiler
into the $HOME/.stack/programs directory? And then request it in a
stack.yaml, now that we have --stack-yaml.

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 notifications@github.com
wrote:

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 resolver: 7.11 or using --resolver
ghc-7.11 should fix it.

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? ;)


Reply to this email directly or view it on GitHub
#423 (comment)
.

snoyberg added a commit that referenced this issue Jun 26, 2015
@snoyberg snoyberg added this to the 0.2.0.0 milestone Jun 26, 2015
@snoyberg
Copy link
Contributor

Alright, it's on master. Can you give it a shot?

@alanz
Copy link
Contributor Author

alanz commented Jun 26, 2015

Just tested it, it works as advertised. Thanks.

I just need to tweak some dependencies, will push my example a bit later.

@alanz alanz closed this as completed Jun 26, 2015
@alanz
Copy link
Contributor Author

alanz commented Jun 26, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants