<div dir="ltr">Sorry, I'm not sure what's going on there. Are you able to build other executables with Stack 1.5.1 that run successfully?</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 18, 2018 at 5:06 PM Roger Mason <<a href="mailto:rmason@mun.ca">rmason@mun.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Michael Snoyman <<a href="mailto:michael@snoyman.com" target="_blank">michael@snoyman.com</a>> writes:<br>
<br>
> The problem here is that:<br>
><br>
> * You're on an OS that doesn't have prebuilt binaries (FreeBSD 32-bit)<br>
> * The version you're using (1.5.1) isn't compatible with the newer syntax<br>
> used in the stack.yaml file for 1.7.1[1]<br>
><br>
> I'll need to upgrade in two steps: first upgrade to 1.6.1, then to 1.7.1<br>
> using that Stack. Something like this should work:<br>
><br>
> $ git clone <a href="https://github.com/commercialhaskell/stack" rel="noreferrer" target="_blank">https://github.com/commercialhaskell/stack</a> --branch v1.6.1<br>
> $ cd stack<br>
> $ stack install<br>
> # make sure you're using the new stack 1.6.1 binary<br>
<br>
Everything works to here.<br>
stack --version<br>
Version 1.6.1, Git revision f25811329bbc40b0c21053a8160c56f923e1201b (5435 commits) i386 hpack-0.20.0<br>
<br>
> $ stack upgrade<br>
<br>
stack upgrade<br>
zsh: bus error (core dumped)  stack upgrade<br>
<br>
> # or<br>
> $ git checkout v1.7.1<br>
> $ stack install<br>
<br>
Hoping for a miracle:<br>
<br>
stack install<br>
Downloading lts-11.6 build plan ...zsh: bus error (core dumped)  stack<br>
install<br>
<br>
oops!  No miracle.<br>
<br>
Thanks for helping.<br>
<br>
Roger<br>
</blockquote></div>