Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "static/templates/*"]
lsi: false
auto: true
pygments: true
highlighter: pygments
safe: true
markdown: kramdown

Expand Down
3 changes: 1 addition & 2 deletions _posts/2014-03-28-network-transport-zeromq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ 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
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
---
2 changes: 1 addition & 1 deletion tutorials/1ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and [GitHub](https://github.com).

Starting a new Cloud Haskell project using `stack` is as easy as

{% highlight shell %}
{% highlight bash %}
$ stack new
{% endhighlight %}

Expand Down