Accepting request 1059312 from devel:languages:haskell:ghc-8.10.x
version update OBS-URL: https://build.opensuse.org/request/show/1059312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog?expand=0&rev=19
This commit is contained in:
parent
d7421f8022
commit
5fc02fc9b3
@ -1,11 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 22:16:11 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hedgehog to version 1.2.
|
||||
* Allow skipping to a specific test number or shrink result
|
||||
* Export shrinkPathCompress and shrinkPathDecompress
|
||||
* Add Gen.subset
|
||||
* Add example for Gen.subsequence
|
||||
* Don't drop actions depending on shrunk predecessors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 3 08:12:56 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hedgehog to version 1.1.2.
|
||||
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/hedgehog-1.1.2/src/CHANGELOG.md
|
||||
* Support GHC 9.4
|
||||
* Allow newer dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 14:23:14 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
@ -37,7 +45,7 @@ Fri Sep 10 08:13:36 UTC 2021 - psimons@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 15:23:29 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- relax constraints on mmorph
|
||||
- relax constraints on mmorph
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 20:49:18 UTC 2021 - psimons@suse.com
|
||||
@ -50,9 +58,9 @@ Fri Mar 12 20:49:18 UTC 2021 - psimons@suse.com
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 19:28:32 UTC 2020 - psimons@suse.com
|
||||
|
||||
@ -72,4 +80,3 @@ Wed Dec 9 11:25:11 UTC 2020 - psimons@suse.com
|
||||
Fri Oct 30 03:01:45 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Add hedgehog at version 1.0.3.
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name hedgehog
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.2
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: Release with confidence
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1c95456b3ddf815c4b863c8f8229e82548887d1835fdae4fc17433361397335
|
||||
size 70805
|
3
hedgehog-1.2.tar.gz
Normal file
3
hedgehog-1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2859c7daa665250bb249614da7b55507c6315d9b80e456f1a74f33abfeaf8e7e
|
||||
size 75624
|
Loading…
Reference in New Issue
Block a user