You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I put resolver: nightly in my stack.yaml file (which I just tried), I got this message
AesonException "Invalid resolver value: nightly. Possible valid values include lts-2.12, nightly-2015-01-01, and ghc-7.10."
This made me think that nightly-2015-01-01 was the only nightly I could use for some reason. Of course I read "include" as "are", which was my mistake, but an easy one to make.
Showing the entire list of possible values would be nice, but perhaps infeasible? It would presumably require an HTTP request to Stackage, and may also be overwhelming given that there are presumably hundreds of nightlies.
The text was updated successfully, but these errors were encountered:
I'm definitely open to improvements to the wording to be less confusing. In fact, if you have a better approach, feel free to just edit it!
@drwebb Taking that approach would remove the possibility of having reproducible builds, as suddenly a new Stackage Nightly would change what your code is built against.
If I put
resolver: nightly
in my stack.yaml file (which I just tried), I got this messageThis made me think that
nightly-2015-01-01
was the only nightly I could use for some reason. Of course I read "include" as "are", which was my mistake, but an easy one to make.Showing the entire list of possible values would be nice, but perhaps infeasible? It would presumably require an HTTP request to Stackage, and may also be overwhelming given that there are presumably hundreds of nightlies.
The text was updated successfully, but these errors were encountered: