diff --git a/ghc-hedgehog.changes b/ghc-hedgehog.changes index c18d63a..4bbfe7f 100644 --- a/ghc-hedgehog.changes +++ b/ghc-hedgehog.changes @@ -1,11 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 27 22:16:11 UTC 2022 - Peter Simons + +- 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 - 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 @@ -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 -- 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 - + - 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. - diff --git a/ghc-hedgehog.spec b/ghc-hedgehog.spec index 7418e41..79ca79c 100644 --- a/ghc-hedgehog.spec +++ b/ghc-hedgehog.spec @@ -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 diff --git a/hedgehog-1.1.2.tar.gz b/hedgehog-1.1.2.tar.gz deleted file mode 100644 index 41e5b9d..0000000 --- a/hedgehog-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1c95456b3ddf815c4b863c8f8229e82548887d1835fdae4fc17433361397335 -size 70805 diff --git a/hedgehog-1.2.tar.gz b/hedgehog-1.2.tar.gz new file mode 100644 index 0000000..2ff3617 --- /dev/null +++ b/hedgehog-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2859c7daa665250bb249614da7b55507c6315d9b80e456f1a74f33abfeaf8e7e +size 75624