packages feed

sizes-2.3.2: sizes.cabal

Name: sizes

Version:  2.3.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 <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:   -threaded -with-rtsopts=-K64M

    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