dev-haskell/clock: add 0.8.3

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:06:36 -06:00 committed by Sam James
parent e312ed9948
commit 86e0866134
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 0 additions and 23 deletions

View File

@ -5,29 +5,6 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
A package for convenient access to high-resolution
clock and timer functions of different operating
systems.
It is planned to consist of two layers. The lower
layer will provide direct access to OS-specific
clock and timer functions like clock_gettime of
Posix or GetTickCount of Windows and its upper
layer shall then provide a common API for all
supported systems. Currently only the lower level
is being developed.
POSIX reference: IEEE Std 1003.1-2008
&lt;http://www.opengroup.org/onlinepubs/9699919799/&gt;,
&lt;http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html#&gt;
WINDOWS reference: ...
For more information, see:
&lt;http://corsis.sourceforge.net/index.php/Haskell/Clock&gt;
</longdescription>
<upstream>
<remote-id type="hackage">clock</remote-id>
<remote-id type="github">corsis/clock</remote-id>