
I'm glad to announce the 0.8 release of tasty, a modern Haskell testing framework. http://hackage.haskell.org/package/tasty-0.8 Among the important user-visible changes are: - New running modes `--hide-successes` and `--quiet` - Short flags for some existing options (`-p` for `--pattern`, `-j` for `--num-threads`) - Timeout support - Possibility to pass options via environment variables - Fix of a resources-related bug For details, see the CHANGELOG and README: https://github.com/feuerbach/tasty/blob/master/CHANGES.md http://documentup.com/feuerbach/tasty tasty now has a mailing list[ml] and an IRC channel #tasty at FreeNode. The IRC channel is logged at ircbrowse.net[logs] (thanks to Chris Done). [ml]: https://groups.google.com/forum/#!forum/haskell-tasty [logs]: http://ircbrowse.net/tasty Read more: http://ro-che.info/articles/2014-03-03-tasty-0.8.html Roman