sizes-2.3.1.1: sizes.cabal
Name: sizes
Version: 2.3.1.1
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 <johnw@newartisans.com>
Category: Development
Build-type: Simple
Cabal-version: >= 1.8
Extra-Source-Files: README.md Stat.hsc HsStat.h HsStat.c
Executable sizes
Main-is: Main.hs
Other-modules: Stat
Include-dirs: .
Includes: HsStat.h
c-sources: HsStat.c
-- ghc-options: -debug
ghc-options: -threaded -with-rtsopts=-K64M -fext-core
Build-depends: base >= 4 && < 5
, bytestring
, cmdargs >= 0.10
, deepseq >= 1.3
, lens >= 2.8
, parallel-io >= 0.3.2
, regex-posix >= 0.95
, system-fileio >= 0.3.9
, system-filepath >= 0.4.7
, dlist >= 0.5
, text
, unix
Source-repository head
type: git
location: https://github.com/jwiegley/sizes