Accepting request 1218545 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1218545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-data-default-class?expand=0&rev=13
This commit is contained in:
commit
f12e767679
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56
|
||||
size 2522
|
3
data-default-class-0.1.2.2.tar.gz
Normal file
3
data-default-class-0.1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f400c2015edf78369f45df4f8da117bcb5d74234e306745ffc19d0d65af7aee3
|
||||
size 2573
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update data-default-class to version 0.1.2.2.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-data-default-class
|
||||
#
|
||||
# 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 data-default-class
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.2.0
|
||||
Version: 0.1.2.2
|
||||
Release: 0
|
||||
Summary: A class for types with a default value
|
||||
License: BSD-3-Clause
|
||||
@ -32,7 +32,14 @@ BuildRequires: ghc-rpm-macros
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
A class for types with a default value.
|
||||
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.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
|
Loading…
Reference in New Issue
Block a user