shelly: shell-like (systems) programming in Haskell
Shelly provides convenient systems programming in Haskell, similar in spirit to POSIX shells. Shelly:
is aimed at convenience and getting things done rather than being a demonstration of elegance.
has detailed and useful error messages
maintains its own environment, making it thread-safe.
is modern, using Text and system-filepath/system-fileio
Shelly is originally forked from the Shellish package.
See the shelly-extra package for additional functionality.
An overview is available in the README: https://github.com/yesodweb/Shelly.hs/blob/master/README.md
Flags
Manual Flags
Name | Description | Default |
---|---|---|
build-examples | build some example programs | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
lifted | run the tests against Shelly.Lifted | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- shelly-1.6.2.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates