ghc-human-readable-duration
Provide duration helper


This is a minimal Haskell library to display duration.>let duration = 2 * ms + 3 * oneSecond + 2 * minute + 33*day + 2*year>humanReadableDuration duration>-- will return: "2 years 33 days 2 min 3s 2ms">getYears duration>-- will return 2>getDays duration>-- will return 763>getMs duration>-- will return 65923323002.

BSD-3-Clause

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...