[Haskell] ARRAY 2016 Call for Papers

2016-02-19 Thread Clemens Grelck
*** CALL FOR PAPERS ARRAY 2016 3rd ACM SIGPLAN International Workshop on Libraries, Languages and Compilers for

[Haskell] ANN: tasty-discover

2016-02-19 Thread lwm
Hi folks, happy to announce a first iteration of a test discovery and runner tool for the tasty framework. https://github.com/lwm/tasty-discover It's a small program based on a fork of hspec-discover and some tasty-th magic, which: * discovers all test modules under your test suite `hs-sou