Changelog for
ghc-gauge-0.2.4-1.9.x86_64.rpm :
* Mon Oct 22 2018 psimonsAATTsuse.com- Update gauge to version 0.2.4. [#] 0.2.4
* `Enhancement`: Add `nfAppIO` and `whnfAppIO` functions, which take a function and its argument separately like `nf`/`whnf`, but whose function returns `IO` like `nfIO`/`whnfIO`. This is useful for benchmarking functions in which the bulk of the work is not bound by IO, but by pure computations that might otherwise be optimized away if the argument is known statically.
* `Bug Fix`: Pass `-m exact` option to the child processes used to run benchmarks in an isolated manner. This avoids running a wrong benchmark due to the default prefix match.
* Tue Jul 10 2018 psimonsAATTsuse.com- Add gauge at version 0.2.3.