SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-hspec-2.10.9-1.153.x86_64.rpm :

* Fri Jan 27 2023 Peter Simons - Update hspec to version 2.10.9. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.10.9/src/CHANGES.markdown
* Mon Dec 19 2022 Peter Simons - Update hspec to version 2.10.8. [#]# Changes in 2.10.8 (2022-12-19) - Add pretty-printing support for rational numbers - Force / evaluate exceptions recursively (#763) - Add `xprop` and `fprop`, which use `xit` and `fit` (thanks AATTlehins)
* Sat Dec 03 2022 Peter Simons - Update hspec to version 2.10.7. [#]# Changes in 2.10.7 (2022-12-03) - Do not depend on `ghc` for pretty-printing (#750, #752)
* Tue Sep 13 2022 Peter Simons - Update hspec to version 2.10.6. [#]# Changes in 2.10.6 (2022-09-13) - Suppress excessive diff output (#449) - Allow the use of an external diff program. This can e.g. be used by setting `HSPEC_DIFF_COMMAND=\"diff -u --color -L expected -L actual\"` or `HSPEC_DIFF_COMMAND=\"git diff\"` - Do not imply `--fail-on=empty` on `--strict`
* Fri Sep 09 2022 Peter Simons - Update hspec to version 2.10.5. [#]# Changes in 2.10.5 - Add `--fail-on`. This subsums `--fail-on-focused` and `--fail-on-pending`. - Add `--fail-on=empty` (#650) - Add `registerFormatter` and `registerDefaultFormatter` to `Test.Hspec.Runner`. - Revert deprecation of `Test.Hspec.Formatters` and `Test.Hspec.Core.Formatters`. Instead the module documentation now says that they are deprecated in favor of `Test.Hspec.Core.Formatters.V1`.
* Tue Sep 06 2022 Peter Simons - Update hspec to version 2.10.4. [#]# Changes in 2.10.4 - Make sure that whitespace-only diff output is colorized properly (#660) [#]# Changes in 2.10.3 - Deprecate `Test.Hspec.Formatters` and `Test.Hspec.Core.Formatters` - Disable (most) warnings in files generated by `hspec-discover` (#702) [#]# Changes in 2.10.2 - Add `--strict` - Add `--fail-on-pending` - Do not depend on `clock` [#]# Changes in 2.10.1 - Support for GHC 9.4.1 - Generated modules now include an export list
* Sat Aug 06 2022 Peter Simons - Update hspec to version 2.10.0.1. [#]# Changes in 2.10.0.1 - Fix a deadlock with nested failed `aroundAll`s (see #679)
* Thu May 12 2022 Peter Simons - Update hspec to version 2.10.0. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.10.0/src/CHANGES.markdown
* Fri Apr 01 2022 Peter Simons - Update hspec to version 2.9.5. [#]# Changes in 2.9.5 - Assume `--color` by default when running on GitHub Actions. Use `HSPEC_COLOR=no` or `--no-color` to opt out of this behavior. - Disable progress reporting on GitHub Actions. - Retain source formatting of numbers when pretty-printing.
* Thu Dec 09 2021 Peter Simons - Update hspec to version 2.9.4. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.9.4/src/CHANGES.markdown
* Tue Nov 16 2021 psimonsAATTsuse.com- Update hspec to version 2.9.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.9.1/src/CHANGES.markdown
* Mon Nov 15 2021 psimonsAATTsuse.com- Update hspec to version 2.9.0. [#]# Changes in next - Add ASCII fallbacks to \"checks\" formatter (fixes #512) - Use `checks` formatter by default (to restore the old behavior use `--format specdoc`) - Allow to extend the list of available formatters for `--format` (`configAvailableFormatters`) - Add `getExpectedTotalCount` to `Test.Hspec.Core.Formatters.V2` - Rename `formatConfigItemCount` to `formatConfigExpectedTotalCount` - Rename `configFastFail` to `configFailFast` [#]# Changes in 2.8.5 - hspec-core: Include help.txt in package tarball (close #568) - hspec-discover: Require base >=4.5.0.0 (fixes #554)
* Sun Nov 07 2021 psimonsAATTsuse.com- Update hspec to version 2.8.4. [#]# Changes in 2.8.4 - Better support for GHC 9.2.1 - Support for setting options by individual environment variables, e.g. `HSPEC_COLOR=yes` will set `--color`
* Fri Aug 13 2021 psimonsAATTsuse.com- Update hspec to version 2.8.3. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.8.3/src/CHANGES.markdown
* Sat May 15 2021 psimonsAATTsuse.com- Update hspec to version 2.8.2. [#]# Changes in 2.8.2 - Add `mapSubject` and `ignoreSubject`
* Wed May 12 2021 psimonsAATTsuse.com- Update hspec to version 2.8.1. [#]# Changes in 2.8.1 - Take the environment variable `NO_COLOR` into account
* Tue May 11 2021 psimonsAATTsuse.com- Update hspec to version 2.8.0. [#]# Changes in 2.8.0 - Add `--times` to print times for individual spec items - Add `--print-slow-items` - Use `-XNoImplicitPrelude` and do not rely on `base` for `hspec-discover` generated test drivers. This ensures full compatibility with custom preludes. - Add new APIs for formatters `Test.Hspec.Core.Format` and `Test.Hspec.Core.Formatters.V2` - Add `getItemCount` to `Formatter` API - Add `--qc-max-shrinks` (see #380) - Add location information for failing `afterAll`-hooks - hspec-discover: Deprecate `--no-main` and `--formatter` (use `--module-name` instead) (#196) - Remove `--verbose` option (this has been a noop since at least 2013) - Remove `--out` option (use shell output redirection instead)
* Thu Apr 15 2021 psimonsAATTsuse.com- Update hspec to version 2.7.10. [#]# Changes in 2.7.10 - Add a new formatter (can be used with `--format checks`) - Add `exampleStarted` to `Formatter` API
* Mon Mar 22 2021 psimonsAATTsuse.com- Update hspec to version 2.7.9. [#]# Changes in 2.7.9 - Re-export `aroundAll` and `aroundAllWith` in `Test.Hspec`
* Mon Jan 18 2021 psimonsAATTsuse.com- Update hspec to version 2.7.8. [#]# Changes in 2.7.8 - Add `aroundAll` / `aroundAllWith` (see #255)
* Mon Jan 18 2021 psimonsAATTsuse.com- Update hspec to version 2.7.7. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.7.7/src/CHANGES.markdown
* Fri Jan 08 2021 psimonsAATTsuse.com- Update hspec to version 2.7.6. [#]# Changes in 2.7.6 - Add `beforeAllWith` (see #447)
* Mon Jan 04 2021 psimonsAATTsuse.com- Update hspec to version 2.7.5. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/hspec-2.7.5/src/CHANGES.markdown
 
ICM