1
0

2 Commits

4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 1 19:59:40 UTC 2025 - Peter Simons <psimons@suse.com>
- Update monoid-subclasses to version 1.2.6.
Version 1.2.6
---------------
* Improved the performance of `instance FactorialMonoid PrefixMemory`
* Bumped the `containers` dependency upper bound
* Thanks to Jonathan Knowles:
* Documented and added tests for `Monus` laws
* Added the missing class instances and tests for `Identity` and `Const`
* Using `GeneralizedNewtypeDeriving` to simplify existing instances
* Fixed compilation on older versions of GHC
* Updated and improved the CI
* Removed trailing whitespace
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 18 14:59:00 UTC 2024 - Peter Simons <psimons@suse.com> Sat May 18 14:59:00 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ghc-monoid-subclasses # spec file for package ghc-monoid-subclasses
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.2.5.1 Version: 1.2.6
Release: 0 Release: 0
Summary: Subclasses of Monoid Summary: Subclasses of Monoid
License: BSD-3-Clause License: BSD-3-Clause

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2550a85b5cdcf17132b36be23384eb1ce956af00af71a01167f6a1c6c8d42b77
size 60564

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4daaafe9ba61d1fc3da1129a9355821a6e4e677d2ee222cfc0ea303ef63f57c
size 61481