diff --git a/ghc-split.changes b/ghc-split.changes index a770dfe..d21a568 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 11 16:34:00 UTC 2024 - Peter Simons + +- Update split to version 0.2.5. + * 0.2.5 (9 January 2024) + + - Test with GHC 9.8. + - New function `mapSplitter` witnessing the fact that `Splitter` is + a contravariant functor + ([#22](https://github.com/byorgey/split/pull/22), thanks to Ellis + Kesterton) + ------------------------------------------------------------------- Mon Oct 9 18:34:48 UTC 2023 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index d3ab608..60fcded 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-split # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: Combinator library for splitting lists License: BSD-3-Clause diff --git a/split-0.2.4.tar.gz b/split-0.2.4.tar.gz deleted file mode 100644 index 5d4b457..0000000 --- a/split-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749fe300d0f30eb19b28c2633b3330d5565f642e29d5397974507d796beb31b3 -size 15687 diff --git a/split-0.2.5.tar.gz b/split-0.2.5.tar.gz new file mode 100644 index 0000000..fc48df7 --- /dev/null +++ b/split-0.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 +size 16008