hscrtmpl: Haskell shell script template

[ application, console, program, scripting ] [ Propose Tags ]

A template for writing shell scripts in Haskell. Contains some useful functions and examples of things commonly done in bash.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0
Change log changelog.md
Dependencies base (>=3 && <5), directory, process, regex-compat, time, time-locale-compat [details]
License BSD-3-Clause
Copyright 2013-2015 Dino Morelli
Author Dino Morelli
Maintainer Dino Morelli <dino@ui3.info>
Category Application, Console, Scripting
Home page http://hub.darcs.net/dino/hscrtmpl
Source repo head: darcs get http://hub.darcs.net/dino/hscrtmpl
Uploaded by DinoMorelli at 2015-07-04T14:13:00Z
Distributions NixOS:2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hscrtmpl
Downloads 5253 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-08 [all 7 reports]

Readme for hscrtmpl-1.4

[back to package description]

hscrtmpl

Synopsis

Haskell shell script template (Haskell)

Description

A template for writing shell scripts in Haskell. Contains some useful functions and examples of things commonly done in bash.

Getting source

  • Download the cabalized source package from Hackage
  • Get the source with darcs: $ darcs get http://hub.darcs.net/dino/hscrtmpl
  • If you're just looking, browse the source

Contact

Dino Morelli <dino@ui3.info>