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

stack --stack-yaml x.yaml config set resolver nightly has no effect #3032

Closed
sjakobi opened this issue Mar 1, 2017 · 1 comment
Closed

Comments

@sjakobi
Copy link
Member

sjakobi commented Mar 1, 2017

~/s/store (intmap.size|…) $ cat intmap.size.yaml 
resolver: lts-7.18
packages:
- .
- store-core
- location: deps/weigh
  extra-dep: true
~/s/store (intmap.size|…) $ stack --stack-yaml intmap.size.yaml config set resolver nightly
Selected resolver: nightly-2017-03-01
Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/                                 
Downloading timestamp                                                                            
No updates to your package list were found                                                       
Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ...The following package identifiers were not found in your indices: tasty-stats-0.2.0.2
~/s/store (intmap.size|…) $ cat intmap.size.yaml 
resolver: lts-7.18
packages:
- .
- store-core
- location: deps/weigh
  extra-dep: true
~/s/store (intmap.size|…) $ stack --version
Version 1.3.3, Git revision 8b0ab0bf687a225b2d724f743db50a20ddcc303c (dirty) (4613 commits) x86_64 hpack-0.17.0
@sjakobi
Copy link
Member Author

sjakobi commented Mar 1, 2017

Oh, I think I was simply seeing a side-effect of #3033 here.

@sjakobi sjakobi closed this as completed Mar 1, 2017
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

1 participant