UnkindPartition / tasty

Modern and extensible testing framework for Haskell
638 stars 108 forks source link

Do not depend on unbounded-delays on 64-bit architecture #344

Closed Bodigrim closed 2 years ago

Bodigrim commented 2 years ago

On 64-bit arch there is no point to depend on unbounded-delays: (maxBound :: Int) microseconds are almost 300 000 years. Not a terribly big deal, but shaving off a dependency is always nice. Basically, CI jobs for all packages, which use tasty, have one less thing to compile.

Bodigrim commented 2 years ago

@VictorCMiraldo @andreasabel this is ready for review.