Name: shell-utility
Version: 0.1
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
Extra-Source-Files:
Changes.md
Source-Repository this
Tag: 0.1
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