Name: | ghc-simple-cmd |
---|---|
Version: | 0.2.7 |
Release: | 7.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 122192 |
License: | BSD-3-Clause |
RPM: | ghc-simple-cmd-0.2.7-7.el10_0.x86_64.rpm |
Source RPM: | ghc-simple-cmd-0.2.7-7.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/simple-cmd |
Summary: | Simple String-based process commands |
Description: | Simple wrappers over System.Process (readProcess, readProcessWithExitCode, rawSystem, and createProcess). The idea is to provide some common idioms for calling out to commands from programs. For more advanced shell-scripting or streaming use turtle, shelly, shake, etc. |