packages feed

shell-utility-0.0: shell-utility.cabal

Name:           shell-utility
Version:        0.0
License:        BSD3
License-File:   LICENSE
Author:         Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:     Henning Thielemann <haskell@henning-thielemann.de>
Homepage:       http://hub.darcs.net/thielema/shell-utility/
Category:       Console
Synopsis:       Utility functions for writing command-line programs
Description:
  Utility functions for writing command-line programs including
  parsing of numbers with restrictions and enumerations
  for command-line arguments,
  verbosity controlled output,
  escaping shell arguments, exit with message.
  .
  The package has very light dependencies and is Haskell 98.
Tested-With:    GHC==7.4.2, GHC==8.6.5
Cabal-Version:  >=1.6
Build-Type:     Simple
Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/shell-utility/

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/shell-utility/

Library
  Build-Depends:
    base >=4.3 && <5

  GHC-Options:    -Wall
  Hs-Source-Dirs: src
  Exposed-Modules:
    Shell.Utility.Exit
    Shell.Utility.ParseArgument
    Shell.Utility.GetOpt
    Shell.Utility.Quote
    Shell.Utility.Verbosity
    Shell.Utility.Log