adding links.

This commit is contained in:
Kazu Yamamoto 2015-03-20 09:20:12 +09:00
parent bf8abcb43b
commit 0933c765e5

View file

@ -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