shelly

shell-like (systems) programming in Haskell

https://github.com/yesodweb/Shelly.hs

Version on this page:1.6.1.2@rev:1
LTS Haskell 22.17:1.12.1
Stackage Nightly 2024-04-18:1.12.1@rev:1
Latest on Hackage:1.12.1@rev:1

See all snapshots shelly appears in

BSD-3-Clause licensed by Greg Weber, Petr Rockai
Maintained by Greg Weber
This version can be pinned in stack with:shelly-1.6.1.2@sha256:abe538809729f83b9df67c3b46a9283b35b35822463c8584fe3200f2400a491a,2337

Module documentation for 1.6.1.2

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