hsshellscript: Haskell for Unix shell scripting tasks

[ library, system ] [ Propose Tags ]

A Haskell-library for tasks which are usually done in shell scripts. This includes parsing command line arguments; dealing with paths; some commands for dealing with files; calling external programs and subroutines as separate processes; pipes and redirection of input and output; and error handling.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 3.1.0, 3.2.0, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.5.0
Dependencies base (>=3 && <6), directory, parsec (>=2.1.0.1), random, unix (>=2.3.2) [details]
License LicenseRef-LGPL
Copyright (c)2004-2017 by Volker Wysk
Author Volker Wysk
Maintainer hsss@volker-wysk.de
Category System
Home page http://www.volker-wysk.de/hsshellscript/
Uploaded by VolkerWysk at 2017-12-03T18:00:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11704 total (37 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-03 [all 1 reports]

Readme for hsshellscript-3.4.3

[back to package description]
This is HsShellScript, a library which enables you to use Haskell for tasks which
are typically done by shell scripts. It requires the Glasgow Haskell Compiler.

The installation instructions are in the user manual. It is located in the "manual"
subdirectory. 

HsShellScript is released under the terms of the GNU Lesser General Public License
(LGPL), version 2.1, or any later version. A copy of the license in included in
the user manual.

The homepage is at http://www.volker-wysk.de/hsshellscript.

Volker Wysk <hsss@volker-wysk.de>