Systematic concurrency testing meets Haskell.
Go to file
Michael Walker ab1212ad07 Merge branch 'rename-remodularise'.
Closes #36. Closes #37.
2016-03-26 06:45:10 +00:00
async-dejafu Move Control.Concurrent.STM.Classy -> Control.Concurrent.Classy.STM 2016-03-23 04:38:34 +00:00
dejafu Remove strict Chan and MVar modules 2016-03-26 06:43:25 +00:00
dejafu-tests Rename modifyCRef to atomicModifyCRef 2016-03-26 06:37:27 +00:00
hunit-dejafu Update docs links 2016-03-18 00:59:52 +00:00
tasty-dejafu Update docs links 2016-03-18 00:59:52 +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 Drop support for GHC<7.10. 2016-03-10 22:35:40 +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