From 0933c765e505987ff6c1f7e5bdcf081a871ec8ba Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 20 Mar 2015 09:20:12 +0900 Subject: [PATCH] adding links. --- outline/intermediate-haskell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/outline/intermediate-haskell.md b/outline/intermediate-haskell.md index 6d5297e..c411393 100644 --- a/outline/intermediate-haskell.md +++ b/outline/intermediate-haskell.md @@ -56,6 +56,7 @@ when they're useful, and possible pitfalls. * QuickCheck * hspec, tasty, others? +* [Hspec/doctest with Cabal as test framework](https://github.com/kazu-yamamoto/unit-test-example/blob/master/markdown/en/tutorial.md) ## Serialization @@ -167,6 +168,7 @@ preludes (in alphabetical order). * opaleye * mysql-simple * postgresql-simple +* [Haskell Relational Record](http://khibino.github.io/haskell-relational-record/) ## Debugging/optimizing