<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">Thank you, Simon. That worked</div>
<div name="messageSignatureSection"><br />
Steve</div>
<div name="messageReplySection">On Apr 3, 2019, 05:50 -0700, beginners-request@haskell.org, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">Send Beginners mailing list submissions to<br />
beginners@haskell.org<br />
<br />
To subscribe or unsubscribe via the World Wide Web, visit<br />
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners<br />
or, via email, send a message with subject or body 'help' to<br />
beginners-request@haskell.org<br />
<br />
You can reach the person managing the list at<br />
beginners-owner@haskell.org<br />
<br />
When replying, please edit your Subject line so it is more specific<br />
than "Re: Contents of Beginners digest..."<br />
<br />
<br />
Today's Topics:<br />
<br />
1. How to use earlier ghc version with stack (stevix@zoho.com)<br />
2. Re: How to use earlier ghc version with stack (Simon Jakobi)<br />
<br />
<br />
----------------------------------------------------------------------<br />
<br />
Message: 1<br />
Date: Tue, 2 Apr 2019 12:56:57 -0700<br />
From: stevix@zoho.com<br />
To: beginners@haskell.org<br />
Subject: [Haskell-beginners] How to use earlier ghc version with stack<br />
Message-ID: <0f587e54-1e09-441c-8f08-fb2fbed284df@Spark><br />
Content-Type: text/plain; charset="utf-8"<br />
<br />
I'm going through a book on Haskell that is based on a ghc version between 7.8 and 8.0<br />
<br />
I created a new project using the default settings and have a much more recent version of ghc installed<br />
<br />
How to I fall back to an earlier version?<br />
<br />
Using haskell stack on manjaro linux<br />
<br />
Steve<br />
-------------- next part --------------<br />
An HTML attachment was scrubbed...<br />
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20190402/bb84237c/attachment-0001.html><br />
<br />
------------------------------<br />
<br />
Message: 2<br />
Date: Tue, 2 Apr 2019 22:28:22 +0200<br />
From: Simon Jakobi <simon.jakobi@googlemail.com><br />
To: The Haskell-Beginners Mailing List - Discussion of primarily<br />
beginner-level topics related to Haskell <beginners@haskell.org><br />
Subject: Re: [Haskell-beginners] How to use earlier ghc version with<br />
stack<br />
Message-ID:<br />
<CAGtp2Si_pnziSivLP42e-q68kF5QZxnyzkH+9KohpFznqLaBkA@mail.gmail.com><br />
Content-Type: text/plain; charset="utf-8"<br />
<br />
Hi Steve,<br />
<br />
on https://www.stackage.org/, at the bottom of the page, you can find<br />
Stackage LTS versions using older GHC versions. Pick one of those and<br />
update the resolver in your stack.yaml. E.g.<br />
<br />
resolver: lts-6.35<br />
<br />
Hope that helps!<br />
Simon<br />
<br />
Am Di., 2. Apr. 2019 um 22:17 Uhr schrieb <stevix@zoho.com>:<br />
<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">I'm going through a book on Haskell that is based on a ghc version between<br />
7.8 and 8.0<br />
<br />
I created a new project using the default settings and have a much more<br />
recent version of ghc installed<br />
<br />
How to I fall back to an earlier version?<br />
<br />
Using haskell stack on manjaro linux<br />
<br />
Steve<br />
_______________________________________________<br />
Beginners mailing list<br />
Beginners@haskell.org<br />
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners<br />
<br /></blockquote>
-------------- next part --------------<br />
An HTML attachment was scrubbed...<br />
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20190402/9ed40c86/attachment-0001.html><br />
<br />
------------------------------<br />
<br />
Subject: Digest Footer<br />
<br />
_______________________________________________<br />
Beginners mailing list<br />
Beginners@haskell.org<br />
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners<br />
<br />
<br />
------------------------------<br />
<br />
End of Beginners Digest, Vol 130, Issue 3<br />
*****************************************<br /></blockquote>
</div>
</body>
</html>