| Name: | ghc-simple-cmd |
|---|---|
| Version: | 0.1.1 |
| Release: | 1.el7 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1524 |
| License: | BSD |
| RPM: | ghc-simple-cmd-0.1.1-1.el7.aarch64.rpm |
| Source RPM: | ghc-simple-cmd-0.1.1-1.el7.src.rpm |
| Build Date: | Sat Dec 29 2018 |
| Build Host: | ca-buildarm01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://hackage.haskell.org/package/simple-cmd |
| Summary: | Simple String-based process commands |
| Description: | Thin wrappers over System.Process (readProcess, readProcessWithExitCode, and rawSystem). The idea is to provide some simple common idioms for easy calling out to commands from programs. For more advanced shell-scripting or streaming use turtle, shelly, command, etc. |