Subject: CVS commit: pkgsrc/devel/hs-shelly
From: Masatake Daimon
Date: 2022-02-26 13:30:00
Message id: 20220226123000.AA96EFB24@cvs.NetBSD.org

Log Message:
devel/hs-shelly: import hs-shelly-1.10.0

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-shelly/DESCR
1.1addpkgsrc/devel/hs-shelly/Makefile
1.1addpkgsrc/devel/hs-shelly/PLIST
1.1addpkgsrc/devel/hs-shelly/buildlink3.mk
1.1addpkgsrc/devel/hs-shelly/distinfo