hrfsize: File size in human readable format

[ bsd3, library, system ] [ Propose Tags ]

Simple Haskell library for determining size of file in human readable format


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Author Dias Kozhabay <librerush@tutanota.com>
Maintainer Dias Kozhabay <librerush@tutanota.com>
Category System
Home page https://github.com/librerush/hrfsize#readme
Bug tracker https://github.com/librerush/hrfsize/issues
Source repo head: git clone https://github.com/librerush/hrfsize
Uploaded by librerush at 2019-06-29T10:18:18Z
Distributions NixOS:0.0.2
Downloads 982 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-29 [all 1 reports]

Readme for hrfsize-0.0.2

[back to package description]

hrfsize

Simple Haskell library for determining size of file in human readable format

Example:


import System.HrfSize (determineFileSize)

main :: IO ()
main = determineFileSize "/path/to/file" >>= print