OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-criterion?expand=0&rev=22
116 lines
4.1 KiB
Plaintext
116 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 27 00:12:34 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.4.0.
|
|
1.6.4.0
|
|
|
|
* Drop support for pre-8.0 versions of GHC.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 30 15:55:10 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.3.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 8 11:17:53 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.3.0.
|
|
1.6.3.0
|
|
|
|
* Remove a use of the partial `head` function within `criterion`.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 23:09:10 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.2.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 23 23:07:17 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.2.0.
|
|
1.6.2.0
|
|
|
|
* Require `optparse-applicative-0.18.*` as the minimum and add an explicit
|
|
dependency on `prettyprinter` and `prettyprinter-ansi-terminal`.
|
|
|
|
1.6.1.0
|
|
|
|
* Support building with `optparse-applicative-0.18.*`.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:06:22 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 10 12:27:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.0.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 11 23:00:45 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.6.0.0.
|
|
1.6.0.0
|
|
|
|
* `criterion-measurement-0.2.0.0` adds the `measPeakMbAllocated` field to
|
|
`Measured` for reporting maximum megabytes allocated. Since `criterion`
|
|
re-exports `Measured` from `Criterion.Types`, this change affects `criterion`
|
|
as well. Naturally, this affects the behavior of `Measured`'s `{To,From}JSON`
|
|
and `Binary` instances.
|
|
* Fix a bug in which the `--help` text for the `--match` option was printed
|
|
twice in `criterion` applications.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 15 23:54:51 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.5.13.0 revision 2.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 4 14:40:17 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update criterion to version 1.5.13.0 revision 1.
|
|
1.5.13.0
|
|
|
|
* Allow building with `optparse-applicative-0.17.*`.
|
|
|
|
1.5.12.0
|
|
|
|
* Fix a bug introduced in version 1.5.9.0 in which benchmark names that include
|
|
double quotes would produce broken HTML reports.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 10 14:17:07 UTC 2021 - psimons@suse.com
|
|
|
|
- Update criterion to version 1.5.11.0.
|
|
1.5.11.0
|
|
|
|
* Allow building with `aeson-2.0.0.0`.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 3 13:23:55 UTC 2021 - psimons@suse.com
|
|
|
|
- Update criterion to version 1.5.10.0 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 21 16:27:28 UTC 2021 - psimons@suse.com
|
|
|
|
- Update criterion to version 1.5.10.0.
|
|
1.5.10.0
|
|
|
|
* Fix a bug in which the `defaultMainWith` function would not use the
|
|
`regressions` values specified in the `Config` argument. This bug only
|
|
affected `criterion` the library—uses of the `--regressions` flag from
|
|
`criterion` executables themselves were unaffected.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 09:47:18 UTC 2021 - psimons@suse.com
|
|
|
|
- Add criterion at version 1.5.9.0 revision 1.
|
|
|