Name: sizes Version: 1.0.2 Synopsis: Recursively show space (size and i-nodes) used in subdirectories Description: Recursively show space (size and i-nodes) used in subdirectories Homepage: https://github.com/jwiegley/sizes License: BSD3 License-file: LICENSE Author: John Wiegley Maintainer: John Wiegley Category: Development Build-type: Simple Cabal-version: >= 1.8 Extra-Source-Files: README.md Executable sizes Main-is: Main.hs Ghc-options: -threaded Build-depends: base >= 4 && < 5 , cmdargs >= 0.10 , deepseq >= 1.3 , lens >= 2.8 , parallel-io >= 0.3.2 , system-fileio >= 0.3.9 , system-filepath >= 0.4.7 , text >= 0.11.2 , unix >= 2.5.1 Source-repository head type: git location: https://github.com/jwiegley/sizes