Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 95bf70d17a | |||
| 5cfbfa98b8 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db1d9e8d56c8bb0066d313a3b5bc4143c021698d377f4c51b3ba010cff1e8421
|
||||
size 41518
|
||||
3
base-compat-0.14.1.tar.gz
Normal file
3
base-compat-0.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74e655541e645e8fc7aade1e6a1b6973561be0bca9369bc1623aa345019a35e9
|
||||
size 32244
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 12:21:27 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update base-compat to version 0.14.1.
|
||||
## Changes in 0.14.1 [2024.12.06]
|
||||
- Sync with `base-4.21`/GHC 9.12
|
||||
- Backport `compareLength` to `Data.List.Compat` and
|
||||
`Data.List.NonEmpty.Compat`
|
||||
- Backport `inits1` and `tails1` to `Data.List.Compat`
|
||||
- Backport `firstA` and `secondA` to `Data.Bitraversable.Compat`
|
||||
- Drop support for pre-8.0 versions of GHC.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 15:40:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update base-compat to version 0.14.0.
|
||||
## Changes in 0.14.0 [2024.04.30]
|
||||
- Sync with `base-4.20`/GHC 9.10
|
||||
- Backport `foldl'` to `Prelude.Compat`
|
||||
- Backport `List` to `Data.List.Compat` (when building with GHC 9.6 or later)
|
||||
- Backport `append`, `appendList`, `prependList`, `permutations`,
|
||||
`permutations1`, and `sortOn` to `Data.List.NonEmpty.Compat` (when building
|
||||
with GHC 8.0 or later)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 11:37:07 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-base-compat
|
||||
#
|
||||
# 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%global pkg_name base-compat
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.1
|
||||
Version: 0.14.1
|
||||
Release: 0
|
||||
Summary: A compatibility layer for base
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user