Closed UnkindPartition closed 5 years ago
Please send a PR!
@feuerbach still waiting on the PR.
Hey @cetinsert, I don't anticipate that I'll have the time to work on this in the nearest future, sorry.
Closing as nobody is available to work on this request.
Hi,
I use clock in tasty to measure the duration of each test.
However, this prevents tasty from building on ghcjs.
I have a pull request that replaces clock functions with
Data.Time
functions when compiled by ghcjs.But I think that this logic really belongs to the clock package itself. This way all users of clock can benefit from a more portable lirbary.
If needed, I can try to prepare a PR.
What do you think?