From 1f9956a4b6c5e66f29cbdd584707d333fc672c31 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 14:29:35 +0300 Subject: [PATCH] Announce new conduit tutorial --- posts.yaml | 3 +++ posts/new-conduit-tutorial.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 posts/new-conduit-tutorial.md diff --git a/posts.yaml b/posts.yaml index 98161d4..e4dcd42 100644 --- a/posts.yaml +++ b/posts.yaml @@ -1,3 +1,6 @@ +- file: posts/new-conduit-tutorial.md + title: New Conduit Tutorial + day: 2016-10-13 - file: posts/respect.md title: Respect day: 2016-09-29 diff --git a/posts/new-conduit-tutorial.md b/posts/new-conduit-tutorial.md new file mode 100644 index 0000000..197b4c3 --- /dev/null +++ b/posts/new-conduit-tutorial.md @@ -0,0 +1,19 @@ +A few weeks back I +[proposed a reskin of conduit](http://www.snoyman.com/blog/2016/09/proposed-conduit-reskin) +to make it easier to learn and use. The proposal overall got broad +support, and therefore I went ahead with it. I then spent some time +(quite a bit more than expected) updating the conduit tutorial to use +this new reskin. If you're interested in conduit or streaming data in +Haskell, please take a look at the new version. + +* [haskell-lang version](https://haskell-lang.org/library/conduit) +* [Raw Github version](https://github.com/snoyberg/conduit/blob/master/README.md) + (if you want to send a PR) + +Thanks to all who provided feedback. Also, if you want to provide some +more feedback, there's one more Github issue open up: +[RFC: Stop using the type synonyms in library type signatures](https://github.com/snoyberg/conduit/issues/283). Please +feel free to share your opinions/add a reaction/start a flame war. + +And yes, the flame war comment is a joke. Please don't take that one +literally.