Name: | ghc-simple-cmd |
---|---|
Version: | 0.2.6 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 142842 |
License: | BSD |
RPM: | ghc-simple-cmd-0.2.6-1.el9.aarch64.rpm |
Source RPM: | ghc-simple-cmd-0.2.6-1.el9.src.rpm |
Build Date: | Tue Sep 06 2022 |
Build Host: | build-ol9-aarch64.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. |