1
0

7 Commits

Author SHA256 Message Date
32bd00fabb Accepting request 1251459 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1251459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=7
2025-03-10 17:04:13 +00:00
18d3201806 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-monoid-subclasses revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monoid-subclasses?expand=0&rev=14
2025-03-02 22:00:43 +00:00
a9fc60e623 Accepting request 1181060 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1181060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=6
2024-06-17 17:29:30 +00:00
aa8468362f Accepting request 1169521 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1169521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=5
2024-04-21 18:29:31 +00:00
1517628951 Accepting request 1120648 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1120648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=4
2023-10-27 20:28:21 +00:00
2f1e0b5363 Accepting request 1108869 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1108869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=3
2023-09-04 20:53:48 +00:00
d8ddcc9585 Accepting request 1077769 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1077769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monoid-subclasses?expand=0&rev=2
2023-04-07 16:16:45 +00:00
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>

View File

@@ -1,7 +1,7 @@
#
# 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
# 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: 1.2.5.1
Version: 1.2.6
Release: 0
Summary: Subclasses of Monoid
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