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, filepath, process, time [details]
License ISC
Copyright 2018 Dino Morelli
Author Dino Morelli
Maintainer dino@ui3.info
Category Application, Console, Scripting
Home page https://github.com/dino-/hscrtmpl#readme
Bug tracker https://github.com/dino-/hscrtmpl/issues
Source repo head: git clone https://github.com/dino-/hscrtmpl
Uploaded by DinoMorelli at 2018-10-04T13:46:27Z
Distributions NixOS:2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hscrtmpl
Downloads 5254 total (27 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 2018-10-04 [all 3 reports]

Readme for hscrtmpl-1.6

[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: $ git clone https://github.com/dino-/hscrtmpl.git
  • Get the source with stack: $ stack unpack hscrtmpl
  • If you're just looking, browse the source

Contact

Dino Morelli <dino@ui3.info>