GHC 7.8 release?

Bryan O'Sullivan bos at serpentine.com
Fri Feb 8 12:53:11 CET 2013


On Fri, Feb 8, 2013 at 1:29 AM, Tim Watson <watson.timothy at gmail.com> wrote:

> Likewise, I'm in the process of setting up Elastic Bamboo on EC2 for Cloud
> Haskell and would be very interested in seeing how you've dealt with
> multiple versions of GHC.
>

It'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 "7.6 7.4 7.2 7.0 6.12"
(or whatever), put /usr/local/$GHC_VERSION/bin at the front of $PATH, and
the right thing happens.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20130208/b161f26b/attachment.htm>


More information about the ghc-devs mailing list