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, time [details]
License ISC
Copyright 2013-2016 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 2016-11-18T15:25:14Z
Distributions NixOS:2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hscrtmpl
Downloads 5240 total (31 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-11-18 [all 3 reports]

Readme for hscrtmpl-1.5

[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
  • Get the source with stack: $ stack unpack hscrtmpl
  • If you're just looking, browse the source

Contact

Dino Morelli <dino@ui3.info>