Systematic concurrency testing meets Haskell.
Go to file
2016-02-11 11:58:14 +00:00
async-dejafu Improve async docs. Closes #19. 2015-11-03 00:21:47 +00:00
dejafu Un-hide Control.Concurrent.CVar.Strict. Oops. 2016-02-11 11:58:14 +00:00
dejafu-tests Don't introduce a dependency for blocked actions 2015-12-03 22:09:09 +00:00
hunit-dejafu Add support for named threads in testing. 2016-02-09 18:37:50 +00:00
tasty-dejafu Add support for named threads in testing. 2016-02-09 18:37:50 +00:00
.gitignore Stackify 2015-07-19 04:39:39 +01:00
README.markdown Initial version of async-dejafu 2015-10-25 16:17:41 +00:00
stack.yaml Bump to lts-4 2016-01-30 19:32:47 +00:00

This repository contains dejafu, a concurrency testing library based on typeclasses, and various utility libraries.

  • dejafu Build Status
  • async-dejafu Build Status
  • hunit-dejafu Build Status
  • tasty-dejafu Build Status