parconc-examples icon indicating copy to clipboard operation
parconc-examples copied to clipboard

Hlinting

Open jrp2014 opened this issue 5 years ago • 3 comments

Thanks for the book. I wish that I had bought it sooner. It is one of the few programming / haskell books that explains some of the mysteries in a lucid way, while offering insights into the tradeoffs into between the different idioms.

Here's a modicum of hlint refactoring.

The main issue that the software has is that it should move to using the Network.Socket library as the existing network library code is deprecated. An exercise for another day.

jrp2014 avatar Feb 25 '19 12:02 jrp2014

Happy to revert the changes that you have identified above.

The next task will be to update the networking; a good few usages seem to be deprecated with the recommendation to use Network.Socket instead of Network. I assume that this is to provide a more general API, but can't find any documentation on how to do the update systematically.

jrp2014 avatar Feb 27 '19 19:02 jrp2014

What's the status of this pull request?

FranklinChen avatar May 31 '20 15:05 FranklinChen

I thought that I'd addressed Simon's comments. Let me know if you need anything more.

jrp2014 avatar May 31 '20 22:05 jrp2014