Name: | ghc-resourcet |
---|---|
Version: | 1.3.0 |
Release: | 1.el10_0 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 275218 |
License: | BSD-3-Clause |
RPM: | ghc-resourcet-1.3.0-1.el10_0.aarch64.rpm |
Source RPM: | ghc-resourcet-1.3.0-1.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/resourcet |
Summary: | Deterministic allocation and freeing of scarce resources |
Description: | Allocate resources which are guaranteed to be released. All register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed. |