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
On a package without a stack.yaml, on a machine without GHC 7.8, stack upload doesn't work:
$ stack upload
Using resolver: lts-2.15 from global config file: /home/felipe/.stack/global/stack.yaml
Caching build plan
Populated index cache.
GHC version mismatched, found 7.10.1 (x86_64), but expected version 7.8.4 (x86_64) (based on resolver setting in /home/felipe/.stack/global/stack.yaml). Try running stack setup
The older stackage upload won't complain:
$ stackage upload
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for fb-persistent-0.3.5...
Source tarball created:
/tmp/stackage-upload-tarball13706/fb-persistent-0.3.5.tar.gz
Uploading /tmp/stackage-upload-tarball13706/fb-persistent-0.3.5.tar.gz... done!
I'm not sure of the implications of not having a valid build plan before uploading.
The text was updated successfully, but these errors were encountered:
On a package without a
stack.yaml
, on a machine without GHC 7.8,stack upload
doesn't work:The older
stackage upload
won't complain:I'm not sure of the implications of not having a valid build plan before uploading.
The text was updated successfully, but these errors were encountered: