<div dir="ltr">I'm on Ubuntu 16.10 and I've followed <a href="https://docs.haskellstack.org/en/stable/install_and_upgrade/#linux">this</a>, but now I have ghci 7.10.3, which still needs the the "let" in front of every function for use in places like Emacs org-mode's babel. Here's an example of what I have to do in org-mode to get it to run:<div><br></div><div><div>#+begin_src haskell </div><div>:set +m</div><div>let doubleSmallNumber4 x = if x > 0</div><div>                            then x </div><div>                             else x*2 </div><div><br></div><div>doubleSmallNumber4 42</div><div>#+end_src</div></div><div><br></div><div>I've heard that an 8.+ version of ghci eliminates this issue. Is this true? If so, how can I upgrade my "stack."</div><div><br></div><div>LB</div></div>