UnkindPartition / tasty

Modern and extensible testing framework for Haskell
640 stars 110 forks source link

Copy async-2.2.2 and strip unused pieces #285

Closed Bodigrim closed 4 years ago

Bodigrim commented 4 years ago

async depends on hashable, which in its turn depends on bytestring and text. This makes impossible to use tasty as an in-package test framework, for example, for bytestring.

This PR brings a copy of Control.Concurrent.Async (as of async-2.2.2) into tasty, stripped of Hashable instance and unused features.