diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:21 +0100 |
commit | 86e086613443c8e06e71da42d5e9c2c067a14761 (patch) | |
tree | e668a04a2e6f19776d697f917d6ad1e335c12728 /dev-haskell/clock | |
parent | dev-haskell/chell: Migrate to CABAL_CHDEPS (diff) | |
download | gentoo-86e086613443c8e06e71da42d5e9c2c067a14761.tar.gz gentoo-86e086613443c8e06e71da42d5e9c2c067a14761.tar.bz2 gentoo-86e086613443c8e06e71da42d5e9c2c067a14761.zip |
dev-haskell/clock: add 0.8.3
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/clock')
-rw-r--r-- | dev-haskell/clock/metadata.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/clock/metadata.xml b/dev-haskell/clock/metadata.xml index e64140517743..695bb9d2cd91 100644 --- a/dev-haskell/clock/metadata.xml +++ b/dev-haskell/clock/metadata.xml @@ -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 - <http://www.opengroup.org/onlinepubs/9699919799/>, - <http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html#> - - WINDOWS reference: ... - - For more information, see: - <http://corsis.sourceforge.net/index.php/Haskell/Clock> - </longdescription> <upstream> <remote-id type="hackage">clock</remote-id> <remote-id type="github">corsis/clock</remote-id> |