| Name: | ghc-simple-cmd |
|---|---|
| Version: | 0.2.7 |
| Release: | 7.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 143136 |
| License: | BSD-3-Clause |
| RPM: | ghc-simple-cmd-0.2.7-7.el10_0.aarch64.rpm |
| Source RPM: | ghc-simple-cmd-0.2.7-7.el10_0.src.rpm |
| Build Date: | Tue May 20 2025 |
| Build Host: | build-ol10-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. |