hrfsize: File size in human readable format

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.0.1, 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-02T16:15:45Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hrfsize-0.0.1

[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