<div dir="ltr">I'd put in a vote for protolude.  I just started using it on a new project that promises to get quite big, and it's turning out to make life a lot easier.  Two things I'd suggest: 1. Don't use a custom prelude for libraries, especially if you're planning to publish them publicly -- only use custom preludes for applications.  2. Treat whatever custom prelude you choose as a starting point, not as something that's fixed in stone.  I've been using our custom prelude as a way to provide common utility functions, to work around limitations in some of the dependencies we're using, and so on.  If I find myself repeatedly importing a library module into application code, I move it into one of our prelude modules.  I'm really liking the approach and wish I'd tried it a long time ago.<div><br></div><div>Cheers,</div><div><br></div><div>Ian.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 28, 2018 at 8:22 AM, Hilco Wijbenga <span dir="ltr"><<a href="mailto:hilco.wijbenga@gmail.com" target="_blank">hilco.wijbenga@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I've been looking for a different Prelude to, at minimum, default to<br>
Text instead of String but I'm sure there are other things that would<br>
be helpful. E.g., less focus on lists.<br>
<br>
I had a look at [1] and protolude, classy-prelude, basic-prelude,<br>
foundation, safe-prelude, and rio all seem interesting. Maybe even<br>
base-noprelude?<br>
<br>
I'm an advanced beginner (I don't think I qualify as intermediate<br>
yet). Going by [1], classy-prelude might not be such a good idea<br>
because of "scary error messages". And, I'm guessing, I would need to<br>
know Haskell better to take advantage of base-noprelude?<br>
<br>
I would like to know your thoughts/suggestions/opinions/<wbr>ideas. Also,<br>
if there are other preludes that might be of interest, do tell!<br>
<br>
Cheers,<br>
Hilco<br>
<br>
[1] <a href="https://guide.aelve.com/haskell/alternative-preludes-zr69k1hc" rel="noreferrer" target="_blank">https://guide.aelve.com/<wbr>haskell/alternative-preludes-<wbr>zr69k1hc</a><br>
______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(136,136,136)"><div dir="ltr"><div>Ian Ross   Tel: <a href="tel:%2B43%280%296804451378" value="+436804451378" style="color:rgb(17,85,204)" target="_blank">+43(0)6804451378</a>   <a href="mailto:ian@skybluetrades.net" style="color:rgb(17,85,204)" target="_blank">ian@skybluetrades.net</a>   <a href="http://www.skybluetrades.net/" style="color:rgb(17,85,204)" target="_blank">www.skybluetrades.net</a></div>PGP Key: 0x04490CC0/F4D6 027F 2661 745C 83A5  297D FCCC 0AE6 0449 0CC0</div></div></div></div>
</div>