| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 03:37:49 GMT
X-Served-By: cache-dfw-kdfw8210117-DFW, cache-bom-vanm7210040-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768707469.185629,VS0,VE768
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
bash: Bash generation library.
[Skip to Readme]
bash: Bash generation library.
A library for generation of Bash scripts, handling escaping, statement grouping and expression formation at a high level.
The top-level module, Language.Bash, is all you need to import to access the package's functionality. The module Language.Bash.Lib contains some examples, as does the test script, tests.bash, included with the source distribution.
[Skip to Readme]
Modules
[Index]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| split-base | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- bash-0.1.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8 |
|---|---|
| Dependencies | base (<5), binary (>=0.5.0.2), bytestring (>=0.9), containers, hxt-regex-xmlschema (>=9.0.0), mtl (>=2.0.1.0), SHA (>=1.4.1.3), shell-escape (>=0.1.1) [details] |
| License | BSD-3-Clause |
| Author | Jason Dusek |
| Maintainer | oss@solidsnack.be |
| Uploaded | by JasonDusek at 2013-03-17T00:24:49Z |
| Category | Language |
| Home page | https://github.com/solidsnack/bash |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 7368 total (34 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for bash-0.1.8
[back to package description]Language.Bash allows for high-level, safe construction of a subset of valid Bash scripts. Escaping, nesting and composition of script statements and expressions is handled automatically. Please read tests.bash to see some examples, along with their output.