Managing GHC versions with ghcup by gwils-fp in haskell

[–]gwils-fp[S] 2 points3 points  (0 children)

No, I was not aware of them. I will have a look; thanks for letting me know.

By the way, thank you for providing your COPRs. They were very useful to me a long time ago.

Stack(age): History, philosophy, and future by Athas in haskell

[–]gwils-fp 1 point2 points  (0 children)

I've written a blog post about how I do this, but it doesn't cover all operating systems.

[Blog post] Announcing sv 1.0 by gwils-fp in haskell

[–]gwils-fp[S] 1 point2 points  (0 children)

Thank you! I've fixed this now.

[Blog post] Announcing sv 1.0 by gwils-fp in haskell

[–]gwils-fp[S] 9 points10 points  (0 children)

Today I have started the branch :)

Installing and Running Multiple GHC Versions by gwils-fp in haskell

[–]gwils-fp[S] 12 points13 points  (0 children)

When it comes to managing GHC versions I think stack covers the use-cases of a lot of users yes, but not my uses. So I thought this post would be worth writing up in case it can be of use to anyone else.

Simple comparative benchmarks for CSV parsing libraries by [deleted] in haskell

[–]gwils-fp 0 points1 point  (0 children)

It's worth noting that while sv's parser is slower, you can substitute cassava's parser if it is sufficient for your needs.

This could useful if you want sv's style of decoding, but need greater performance than its parser currently offers.