On Fri, Feb 8, 2013 at 1:29 AM, Tim Watson <span dir="ltr">&lt;<a href="mailto:watson.timothy@gmail.com" target="_blank">watson.timothy@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":zp">Likewise, I&#39;m in the process of setting up Elastic Bamboo on EC2 for Cloud Haskell and would be very interested in seeing how you&#39;ve dealt with multiple versions of GHC.<br></div></blockquote></div><br>
It&#39;s easy to parameterize builds in Jenkins based on different values of an environment variable, so Johan and I just have different versions of GHC installed side by side, and then set $GHC_VERSION to &quot;7.6 7.4 7.2 7.0 6.12&quot; (or whatever), put /usr/local/$GHC_VERSION/bin at the front of $PATH, and the right thing happens.