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:
commit
08867ee844
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f400c2015edf78369f45df4f8da117bcb5d74234e306745ffc19d0d65af7aee3
|
||||
size 2573
|
3
data-default-class-0.2.0.0.tar.gz
Normal file
3
data-default-class-0.2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae530c4fb0bd6c8a8ba399429ccd9c75f9c7696049117178f4ceeb2bd08d5b4
|
||||
size 1589
|
@ -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>
|
||||
|
||||
|
@ -19,27 +19,21 @@
|
||||
%global pkg_name data-default-class
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.2.2
|
||||
Version: 0.2.0.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
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
This module defines a class for types with a default value. It also defines
|
||||
'Default' instances for the types 'Int', 'Int8', 'Int16', 'Int32', 'Int64',
|
||||
'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.
|
||||
This module re-exports the 'Default' class from "Data.Default", for
|
||||
compatibility with older code.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
|
Loading…
Reference in New Issue
Block a user