The shelly package
Shelly is a package provides a single module for convenient systems programming in Haskell, similar in spirit to POSIX shells.
Shelly is aimed at getting things done rather than being a demonstration of elegance.
Shelly maintains its own environment, making it thread-safe.
These are in contrast to HSH. Elegance in HSH comes from polymorphic input and output. If you want a data type other than Text as the result running a system command, you may want to use HSH.
Shelly is a fork of Shellish that features low memory usage, text, system-filepath, and fixes a handle draining bug.
Properties
| Versions | 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.1, 0.4, 0.4.1, 0.5.0, 0.5.1, 0.6, 0.7, 0.7.1, 0.8.0.1, 0.8.0.2, 0.9.0, 0.9.2, 0.9.3, 0.9.4.1, 0.9.4.2, 0.9.5, 0.9.5.1, 0.9.6, 0.9.7, 0.9.7.1, 0.9.7.2, 0.9.7.3, 0.10, 0.10.0.1, 0.11, 0.12, 0.12.0.1, 0.12.0.2, 0.12.1, 0.12.1.1, 0.12.2, 0.13, 0.13.0.1, 0.13.1, 0.13.2, 0.13.2.1, 0.13.3, 0.13.4, 0.13.5, 0.13.5.1, 0.14, 0.14.0.1, 0.14.1, 0.14.2, 0.14.2.1, 0.14.2.2, 0.14.2.3, 0.14.3, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.15.3.1, 0.15.3.2, 0.15.3.3, 0.15.4, 0.15.4.1 |
|---|---|
| Dependencies | base (4.*), directory, mtl, process, system-fileio, system-filepath, text, time, unix-compat |
| License | BSD3 |
| Author | Petr Rockai, Greg Weber |
| Maintainer | Greg Weber <greg@gregweber.info> |
| Category | Development |
| Home page | http://github.com/gregwebs/shelly |
| Source repository | darcs get http://repos.mornfall.net/shelly |
| Upload date | Mon Mar 12 06:53:06 UTC 2012 |
| Uploaded by | GregWeber |
| Built on | ghc-7.4 |
| Distributions | NixOS: 0.15.4.1 |
Modules
- Shelly
Downloads
- shelly-0.3.0.tar.gz (Cabal source package)
- package description (included in the package)