diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2017-04-12 11:06:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:52 +0700 |
commit | 86396cf146a8ac13f25eed6411d2e9ef8b78b628 (patch) | |
tree | 335a9b2ec405af9bbce3248f120823cd01d0922b /haskell/haskell-clock/README | |
parent | 7fec61a71bcc2e865b7a35b7daa67cbc7e55335a (diff) |
haskell/haskell-clock: Added (high-resolution clock functions).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-clock/README')
-rw-r--r-- | haskell/haskell-clock/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-clock/README b/haskell/haskell-clock/README new file mode 100644 index 0000000000000..6fe7c3cf454b7 --- /dev/null +++ b/haskell/haskell-clock/README @@ -0,0 +1,5 @@ +A package for convenient access to high-resolution clock and timer +functions of different operating systems via a unified API. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |