Accepting request 1231436 from devel:languages:haskell

version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-data-default-class?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2024-12-26 11:23:30 +00:00 committed by Git OBS Bridge
commit 08867ee844
4 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 26 19:30:52 UTC 2024 - Peter Simons <psimons@suse.com>
- Update data-default-class to version 0.2.0.0.
Upstream does not provide a change log file.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com> Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -19,27 +19,21 @@
%global pkg_name data-default-class %global pkg_name data-default-class
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.1.2.2 Version: 0.2.0.0
Release: 0 Release: 0
Summary: A class for types with a default value Summary: A class for types with a default value (compatibility shim)
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-data-default-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-data-default-prof
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%description %description
This module defines a class for types with a default value. It also defines This module re-exports the 'Default' class from "Data.Default", for
'Default' instances for the types 'Int', 'Int8', 'Int16', 'Int32', 'Int64', compatibility with older code.
'Word', 'Word8', 'Word16', 'Word32', 'Word64', 'Integer', 'Float', 'Double',
'Ratio', 'Complex', 'CShort', 'CUShort', 'CInt', 'CUInt', 'CLong', 'CULong',
'CLLong', 'CULLong', 'CPtrdiff', 'CSize', 'CSigAtomic', 'CIntPtr', 'CUIntPtr',
'CIntMax', 'CUIntMax', 'CClock', 'CTime', 'CUSeconds', 'CSUSeconds', 'CFloat',
'CDouble', '(->)', 'IO', 'Maybe', '()', '[]', 'Ordering', 'Any', 'All', 'Last',
'First', 'Sum', 'Product', 'Endo', 'Dual', and tuples.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files