devel/hs-shelly - The NetBSD Packages Collection

Shell-like (systems) programming in Haskell

Shelly provides a single module for convenient systems programming in
Haskell.

* Shelly is aimed at convenience and getting things done rather than being
  a demonstration of elegance.
* It has detailed and useful error messages.
* It maintains its own environment, making it thread-safe.
* It has low memory usage: It has
  * run_ and other underscore variants that do not return stdout,
  * runFoldLines to run a fold operation over each line rather than loading
    all of stdout into memory,
  * runHandle and runHandles for complete control over handles.

The focus of this library on convenience combined with good error messages
should make shelly approachable for newer users of Haskell.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

devel/hs-async devel/hs-enclosed-exceptions devel/hs-lifted-base devel/hs-monad-control devel/hs-transformers-base devel/hs-lifted-async devel/hs-unix-compat lang/ghc96 devel/hs-async devel/hs-enclosed-exceptions devel/hs-lifted-base devel/hs-monad-control devel/hs-transformers-base devel/hs-lifted-async devel/hs-unix-compat

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-shelly-1.12.1nb1.tgz
NetBSD 10.0aarch64hs-shelly-1.10.0nb1.tgz
NetBSD 10.0aarch64hs-shelly-1.10.0nb1.tgz
NetBSD 10.0x86_64hs-shelly-1.12.1nb1.tgz
NetBSD 10.0x86_64hs-shelly-1.12.1nb1.tgz
NetBSD 10.0_BETAx86_64hs-shelly-1.10.0nb1.tgz
NetBSD 8.0x86_64hs-shelly-1.10.0nb1.tgz
NetBSD 8.0x86_64hs-shelly-1.10.0nb1.tgz
NetBSD 9.0aarch64hs-shelly-1.12.1nb1.tgz
NetBSD 9.0aarch64hs-shelly-1.10.0nb1.tgz
NetBSD 9.0aarch64hs-shelly-1.10.0nb1.tgz
NetBSD 9.0x86_64hs-shelly-1.12.1nb1.tgz
NetBSD 9.0x86_64hs-shelly-1.10.0nb1.tgz
NetBSD 9.0x86_64hs-shelly-1.12.1nb1.tgz
NetBSD 9.3x86_64hs-shelly-1.12.1nb1.tgz
NetBSD 9.3x86_64hs-shelly-1.12.1nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.