From c6d9a7cea9cc99fa8f2001dc8608ffb99080ba6b Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Mon, 1 Dec 2014 22:23:17 +0100 Subject: [PATCH] Add some news items for 2014. --- _posts/2014-02-06-new-cloud-haskell-website.md | 9 +++++++++ _posts/2014-03-28-network-transport-zeromq.md | 10 ++++++++++ ...05-30-cloud-haskell-release-candidate-on-hackage.md | 9 +++++++++ _posts/2014-06-13-cloud-haskell-is-live.md | 9 +++++++++ _posts/2014-08-13-distributed-process-0.5.1.md | 9 +++++++++ 5 files changed, 46 insertions(+) create mode 100644 _posts/2014-02-06-new-cloud-haskell-website.md create mode 100644 _posts/2014-03-28-network-transport-zeromq.md create mode 100644 _posts/2014-05-30-cloud-haskell-release-candidate-on-hackage.md create mode 100644 _posts/2014-06-13-cloud-haskell-is-live.md create mode 100644 _posts/2014-08-13-distributed-process-0.5.1.md diff --git a/_posts/2014-02-06-new-cloud-haskell-website.md b/_posts/2014-02-06-new-cloud-haskell-website.md new file mode 100644 index 0000000..ddd4446 --- /dev/null +++ b/_posts/2014-02-06-new-cloud-haskell-website.md @@ -0,0 +1,9 @@ +--- +layout: post +category: announcements +tags: [announcement, distributed-process, website] +title: "[ANNOUNCE] New Cloud Haskell Website / Tutorials Preview" +teaser: Some updates to the website, documentation and tutorials are available for preview now +author: Tim Watson +link: https://groups.google.com/forum/#!topic/parallel-haskell/bApvWg7K7-4 +--- diff --git a/_posts/2014-03-28-network-transport-zeromq.md b/_posts/2014-03-28-network-transport-zeromq.md new file mode 100644 index 0000000..4182fa9 --- /dev/null +++ b/_posts/2014-03-28-network-transport-zeromq.md @@ -0,0 +1,10 @@ +--- +layout: post +category: announcements +tags: [announcement, distributed-process] +title: "[ANNOUNCE] network-transport-zeromq-0.1" +teaser: I'm happy to announce a new network-transport backend based on the 0MQ +brokerless protocol +author: Alexander Vershilov +link: https://groups.google.com/forum/#!topic/parallel-haskell/1Yu1VkI7YkY +--- diff --git a/_posts/2014-05-30-cloud-haskell-release-candidate-on-hackage.md b/_posts/2014-05-30-cloud-haskell-release-candidate-on-hackage.md new file mode 100644 index 0000000..a5cc888 --- /dev/null +++ b/_posts/2014-05-30-cloud-haskell-release-candidate-on-hackage.md @@ -0,0 +1,9 @@ +--- +layout: post +category: announcements +tags: [announcement, distributed-process] +title: "[ANNOUNCE] Cloud Haskell Release Candidate on Hackage" +teaser: The latest version of Cloud Haskell is finally being released onto hackage. +author: Tim Watson +link: https://groups.google.com/forum/#!topic/parallel-haskell/1Yu1VkI7YkY +--- diff --git a/_posts/2014-06-13-cloud-haskell-is-live.md b/_posts/2014-06-13-cloud-haskell-is-live.md new file mode 100644 index 0000000..1f2bff2 --- /dev/null +++ b/_posts/2014-06-13-cloud-haskell-is-live.md @@ -0,0 +1,9 @@ +--- +layout: post +category: announcements +tags: [announcement, distributed-process] +title: "[ANNOUNCE] Cloud Haskell is Live!" +teaser: The latest version of Cloud Haskell is finally being released onto hackage. +author: Tim Watson +link: https://groups.google.com/forum/#!topic/parallel-haskell/1Yu1VkI7YkY +--- diff --git a/_posts/2014-08-13-distributed-process-0.5.1.md b/_posts/2014-08-13-distributed-process-0.5.1.md new file mode 100644 index 0000000..2e3ab4d --- /dev/null +++ b/_posts/2014-08-13-distributed-process-0.5.1.md @@ -0,0 +1,9 @@ +--- +layout: post +category: announcements +tags: [announcement, distributed-process] +title: "[ANNOUNCE] distributed-process-0.5.1" +teaser: A bug-fix version of distributed-process has been uploaded to hackage. +author: Tim Watson +link: https://groups.google.com/forum/#!topic/parallel-haskell/kRksoYRLGes +---