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.
async
depends onhashable
, which in its turn depends onbytestring
andtext
. This makes impossible to usetasty
as an in-package test framework, for example, forbytestring
.This PR brings a copy of
Control.Concurrent.Async
(as ofasync-2.2.2
) intotasty
, stripped ofHashable
instance and unused features.