Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit e3ea37c

Browse files
committed
Add authors
1 parent dccfbc4 commit e3ea37c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/issues/139.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ This is a weekly summary of what's going on in its community.
1010

1111
> In which we implement a simple Datalog engine in not many lines of Haskell to understand its semantics.
1212
13-
- [Welcome to GitLab!](https://mail.haskell.org/pipermail/ghc-devs/2018-December/016716.html)
13+
- [Welcome to GitLab!](https://mail.haskell.org/pipermail/ghc-devs/2018-December/016716.html) by Ben Gamari
1414

1515
> I am happy to announce that CI on GHC's GitLab instance is now stable. At this point GitLab is to be considered the official upstream repository of GHC.
1616
17-
- [Stackage LTS 13 with ghc-8.6.3](https://www.stackage.org/blog/2018/12/announce-lts-13)
17+
- [Stackage LTS 13 with ghc-8.6.3](https://www.stackage.org/blog/2018/12/announce-lts-13) by Dan Burton
1818

1919
> We are pleased to announce the release of lts-13.0, the first in a new LTS Haskell snapshot series, using ghc-8.6.3.
2020
21-
- [Abstraction levels in functional programming](https://tzemanovic.gitlab.io/posts/abstraction-levels-in-functional-programming/)
21+
- [Abstraction levels in functional programming](https://tzemanovic.gitlab.io/posts/abstraction-levels-in-functional-programming/) by Tomáš Zemanovič
2222

2323
> I am delighted to see more people learning functional programming and find the effort that goes into making it accessible to a wider audience encouraging.
2424
25-
- [Advent of Haskell](https://medium.com/@mvaldesdeleon/advent-of-haskell-950d6408a729)
25+
- [Advent of Haskell](https://medium.com/@mvaldesdeleon/advent-of-haskell-950d6408a729) by Martín Valdés de León
2626

2727
> Thoughts and lessons learned after using Haskell consistently for 25 days in a row.
2828
29-
- [Curses Pac-man game in Haskell](https://github.com/ajkavanagh/pacman/tree/b72468ed0519858288f35f1ae1b2cfb91516df4f)
29+
- [Curses Pac-man game in Haskell](https://github.com/ajkavanagh/pacman/tree/b72468ed0519858288f35f1ae1b2cfb91516df4f) by Alex Kavanagh
3030

3131
> I wrote this as an exercise in improving my Haskell, which I started this year and for learning how to use lenses for a presentation I'm going to do for my local functional programming group.
3232
33-
- [Happy Haskell Programming for GHC 8.x](http://haskell.1045720.n5.nabble.com/Happy-Haskell-Programming-for-GHC-8-x-td5888460.html)
33+
- [Happy Haskell Programming for GHC 8.x](http://haskell.1045720.n5.nabble.com/Happy-Haskell-Programming-for-GHC-8-x-td5888460.html) by Kazu Yamamoto
3434

3535
> I'm happy to announce that Happy Haskell Programming (HHP) version 0.0.0 has been released. In short, HHP is a fork from ghc-mod 4.1.6 and re-written for all GHC 8.x.
3636
37-
- [Rigid types and block arguments](https://typeclasses.com/news/2018-12-yearly-billing-regional-discounts)
37+
- [Rigid types and block arguments](https://typeclasses.com/news/2018-12-yearly-billing-regional-discounts) by Chris Martin
3838

3939
> Rigid type variables: Understanding that phrase that shows up in your compile errors can help you learn more about the type system. BlockArguments: The fun new GHC extension stealing everyone's dollars.
4040
41-
- [Testing `distributed-process` apps using Hspec](https://filib.io/posts/2018-12-24-testing-distributed-process-apps-with-hspec.html)
41+
- [Testing `distributed-process` apps using Hspec](https://filib.io/posts/2018-12-24-testing-distributed-process-apps-with-hspec.html) by Philip Cunningham
4242

4343
> `distributed-process` is a Haskell library that brings Erlang-style concurrency to Haskell. Whilst developing an application at work that uses it, I found that there wasn't much material online describing how to test `distributed-process` applications.
4444

0 commit comments

Comments
 (0)